Skip to content

Commit

Permalink
Fix CI deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed May 25, 2024
1 parent 5cd75b1 commit 9e674d9
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 @@ -26,7 +26,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure
shell: bash
Expand Down

0 comments on commit 9e674d9

Please sign in to comment.