Skip to content

Commit

Permalink
Add update
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jan 29, 2024
1 parent 6271215 commit 1fb73a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update
run: sudo apt-get update && sudo apt-get upgrade -y

- name: Install Deps
run: bash ./scripts/installDeps.sh
run: ./scripts/installDeps.sh

- name: Compil
run: ./deps/v-master/v run ./scripts/build.vsh
Expand Down

0 comments on commit 1fb73a2

Please sign in to comment.