]> git.nega.tv - josh/narcissus/commitdiff
Add SDL2 dependency to github workflow
authorJoshua Simmons <josh@nega.tv>
Mon, 5 Sep 2022 21:39:59 +0000 (23:39 +0200)
committerJoshua Simmons <josh@nega.tv>
Mon, 5 Sep 2022 21:39:59 +0000 (23:39 +0200)
.github/workflows/rust.yml

index 3cdfe2459d60d84c5397762771df70f726edf957..fb5431388939efd19e6f5cb9db10f157c2a1080f 100644 (file)
@@ -18,6 +18,9 @@ jobs:
     - uses: rui314/setup-mold@v1
       with:
         make-default: false
+    - name: install_dependencies
+      run: |
+        sudo apt-get install libsdl2-dev
     - uses: actions/checkout@v3
     - name: Build
       run: cargo build --verbose