Skip to content

Commit

Permalink
ci: add apt-get update/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Dec 5, 2021
1 parent 1a0e976 commit e26d06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install deps
run: sudo apt-get install autopoint
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install autopoint
- name: autogen
run: ./autogen.sh
- name: install build deps
Expand Down

0 comments on commit e26d06a

Please sign in to comment.