Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Nov 9, 2024
1 parent ff86a12 commit d6e330a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ jobs:

- name: CMake configure (Release)
run: |
$env:LDFLAGS = "/LIBPATH:C:\SDL3-$env:SDL3_VERSION\lib\x64 " `
$env:LDFLAGS = "/LIBPATH:C:\SDL3-$env:SDL3_VERSION\lib\x64 "
cmake -B release -G "Visual Studio 17 2022" . -DCMAKE_BUILD_TYPE=Release `
-A x64 `
-DBUILD_SDL3=ON `
Expand All @@ -459,6 +459,12 @@ jobs:
- name: Build (Release)
run: cmake --build release

- name: Archive build result
uses: actions/upload-artifact@v4
with:
name: FAudio-SDL3-msvc-x64
path: release/FAudio.dll

macos-SDL3:
name: macOS (Universal) SDL3
runs-on: macos-latest
Expand Down

0 comments on commit d6e330a

Please sign in to comment.