Skip to content

Commit

Permalink
pleaseee
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalgamer committed Nov 9, 2023
1 parent 0ec0039 commit 13f87e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: microsoft/setup-msbuild@v1.1
- uses: actions/checkout@v3
- name: Build texture loader
working-directory: ./texture_loader
run: msbuild /p:Platform=x86 /p:Configuration=Release
shell: cmd
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
Expand Down

0 comments on commit 13f87e6

Please sign in to comment.