Skip to content

Commit

Permalink
add apt-get update (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Kallweit <skallweit@nvidia.com>
  • Loading branch information
westlicht and skallweitNV authored Oct 16, 2024
1 parent 4fd4dd7 commit 40fa2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Setup Linux
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y xorg-dev
run: sudo apt-get update && sudo apt-get install -y xorg-dev

- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 40fa2e1

Please sign in to comment.