Skip to content

Commit

Permalink
Fix order of workflow for 9x
Browse files Browse the repository at this point in the history
  • Loading branch information
Trihedraf committed Dec 14, 2024
1 parent d6f838e commit a811d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows9x_MinGW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}
run: cmake -S. -Bbuild-windows9x -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCPACK=ON -DCMAKE_TOOLCHAIN_FILE=../CMake/platforms/mingw9x.toolchain.cmake -DTARGET_PLATORM=windows9x
run: cmake -S. -Bbuild-windows9x -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCPACK=ON -DTARGET_PLATORM=windows9x -DCMAKE_TOOLCHAIN_FILE=../CMake/platforms/mingw9x.toolchain.cmake

- name: Build
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit a811d52

Please sign in to comment.