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

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