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 4c68f19 commit 401f40f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install libunwind
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev
- name: Install libunwind and SDL2
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev sdl2-dev
- name: Ensure linker is up-to-date
run: sudo apt-get install 'clang*' ldc lld
- name: Import
Expand All @@ -42,8 +42,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install libunwind
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev
- name: Install libunwind and SDL2
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev sdl2-dev
- name: Ensure linker is up-to-date
run: sudo apt-get install 'clang*' ldc lld
- name: Import
Expand Down

0 comments on commit 401f40f

Please sign in to comment.