Skip to content

Commit

Permalink
Update && upgrade host
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 5, 2024
1 parent 4a6f35e commit a4d188f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
export TERM=xterm
printf '\n\n\tCretaing directory structure...\n\n'
mkdir -p results
printf '\n\n\tUpgrading ubuntu host...\n\n'
sudo apt update && sudo apt upgrade
printf '\n\n\tInstalling dependencies...\n\n'
sudo apt install -y wget curl zsync
printf '\n\n\tMaking INSTALL executable...\n\n'
Expand Down

0 comments on commit a4d188f

Please sign in to comment.