Skip to content

Commit

Permalink
Added texture_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalgamer committed Nov 9, 2023
1 parent 1f56090 commit 2e95561
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -15,6 +15,9 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- name: Build texture loader
working-directory: ./texture_loader
run: msbuild /p:Platform=x86 /p:Configuration=Release
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
Expand All @@ -26,4 +29,4 @@ jobs:
run: mingw32-make
- uses: actions/upload-artifact@v3
with:
path: pkr_extractor
path: texture_loader

0 comments on commit 2e95561

Please sign in to comment.