Skip to content

Commit 0173bc8

Browse files
authored
Update rust.yml
1 parent c777446 commit 0173bc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: install_dependencies
21+
run: |
22+
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
23+
sudo apt-get update -y -qq
24+
sudo apt-get install libsdl2-dev libsdl2-ttf-dev
25+
2026
- uses: actions-rs/toolchain@v1
2127
with:
2228
toolchain: nightly

0 commit comments

Comments
 (0)