Skip to content

Commit

Permalink
add apt-get update && apt-get upgrade -y before apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
linh2931 committed Dec 11, 2023
1 parent 37c4dc3 commit da83307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
token: ${{github.token}}
- name: Install packages
run: |
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install ./*.deb
sudo apt-get install cmake
rm ./*.deb
Expand Down

0 comments on commit da83307

Please sign in to comment.