Skip to content

Commit

Permalink
workflow bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 21, 2023
1 parent a760dd7 commit a7ae72d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: copy sdl to lib
run: |
cp -f ./thirdparty/SDL/build/src/libSDL2.a ./lib/macos/x64
cp -f ./thirdparty/SDL/build/libSDL2.a ./lib/macos/x64
- name: clean sdl
run: cmake --build ./build --target clean
Expand All @@ -132,7 +132,7 @@ jobs:

- name: copy sdl to lib
run: |
cp -f ./thirdparty/SDL/build/src/libSDL2.a ./lib/macos/arm64
cp -f ./thirdparty/SDL/build/libSDL2.a ./lib/macos/arm64
# cimgui
- name: configure cimgui for x64
Expand Down Expand Up @@ -218,8 +218,8 @@ jobs:
run: cmake --build build -j 4
working-directory: ./thirdparty/SDL

- name: copy glfw to lib
run: cp -f ./thirdparty/glfw/build/libSDL2.a ./lib/windows/x64
- name: copy sdl to lib
run: cp -f ./thirdparty/SDL/build/libSDL2.a ./lib/windows/x64

# cimgui
- name: configure cimgui
Expand Down

0 comments on commit a7ae72d

Please sign in to comment.