Skip to content

Commit

Permalink
Update package repos in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
twvd committed Feb 16, 2024
1 parent 065e136 commit 0fa3646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update package repos
run: sudo apt-get -y update
- name: Install prerequisites
run: sudo apt-get -y install libsdl2-dev
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 0fa3646

Please sign in to comment.