Skip to content

Commit

Permalink
separate stage for script
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Aug 15, 2024
1 parent 519eeb8 commit 37734fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ jobs:
mkdir -p /home/obscuro
echo "Updating package list"
sudo apt-get update -y -v
sudo apt-get update -y
echo "Installing GCC"
sudo apt-get install -y gcc -v
sudo apt-get install -y gcc
if ! gcc --version; then
echo "GCC installation failed"
exit 1
Expand Down

0 comments on commit 37734fc

Please sign in to comment.