Update rust.yml

This commit is contained in:
2024-02-19 08:11:24 +05:30
committed by GitHub
parent 20ea61b89c
commit 20f793ef42

View File

@@ -14,10 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: daaku/gh-action-apt-install@92eea4f84f90c895b544aaec6ae21839127c84e5
with:
packages: libsdl2-dev
- uses: actions/checkout@v3
- name: Install SDL2
run: |
sudo apt-get update -y
sudo apt-get install libsdl2-dev
- name: Build
run: cargo build --verbose
- name: Run tests