Skip to content

Commit

Permalink
CI: Update setup-jakt action to a version that works instead of faili…
Browse files Browse the repository at this point in the history
…ng on system headers (#68)
  • Loading branch information
ADKaster authored Nov 20, 2022
1 parent a0d0c73 commit c5cc835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
${VCPKG_INSTALLATION_ROOT}/vcpkg install sdl2:x64-windows
if: ${{ matrix.os == 'windows-latest' }}

- uses: SerenityOS/setup-jakt@v1
# FIXME: Restore to a proper tag on SerenityOS/setup-jakt once fix is merged
- uses: ADKaster/setup-jakt@70e611fcdeaa18ee8787c8176920a60d8a2fb065

- name: Configure CMake Unix
run: |
Expand Down

0 comments on commit c5cc835

Please sign in to comment.