]> git.nega.tv - josh/narcissus/commitdiff
Add clang to the github actions dependencies
authorJoshua Simmons <josh@nega.tv>
Sun, 11 Sep 2022 21:02:22 +0000 (23:02 +0200)
committerJoshua Simmons <josh@nega.tv>
Sun, 11 Sep 2022 21:02:22 +0000 (23:02 +0200)
.github/workflows/rust.yml

index fb5431388939efd19e6f5cb9db10f157c2a1080f..09872f44cb5b456edd835854eacd4a4d288cb424 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         make-default: false
     - name: install_dependencies
       run: |
-        sudo apt-get install libsdl2-dev
+        sudo apt-get install libsdl2-dev clang
     - uses: actions/checkout@v3
     - name: Build
       run: cargo build --verbose