Skip to content

Commit

Permalink
sigh again
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 16, 2024
1 parent 3f1c98b commit b678612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ jobs:
cd ..
- name: CMake configure (Release)
run: cmake -B release -G Ninja . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=mingw-w64-x86_64.cmake -DSDL2_LIBRARIES=./SDL/release/libSDL2.a -DSDL2_INCLUDE_DIRS=/home/runner/work/FAudio/SDL/include
run: cmake -B release -G Ninja . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=mingw-w64-x86_64.cmake -DSDL2_LIBRARIES=./SDL/release/libSDL2.a -DSDL2_INCLUDE_DIRS=/home/runner/work/FAudio/FAudio/SDL/include

- name: Build (Release)
run: ninja -C release

- name: Archive code coverage results
- name: Archive build result
uses: actions/upload-artifact@v4
with:
name: FAudio-linux-mingw
Expand Down

0 comments on commit b678612

Please sign in to comment.