Skip to content

Commit

Permalink
Changed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp committed Apr 5, 2024
1 parent d62b59a commit 8d42c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libunwind and SDL2
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev libsdl2-dev
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev 'libsdl2*'
- name: Ensure linker is up-to-date
run: sudo apt-get install 'clang*' ldc lld
- name: Import
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libunwind and SDL2
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev libsdl2-dev
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev 'libsdl2*'
- name: Ensure linker is up-to-date
run: sudo apt-get install 'clang*' ldc lld
- name: Import
Expand Down

0 comments on commit 8d42c24

Please sign in to comment.