Compare commits

...

2 commits

Author SHA1 Message Date
b482cef07f Merge branch 'master' of https://git.meow.boutique/conejo/walltaker95
Some checks failed
/ test (push) Failing after 19m30s
2025-05-25 14:48:43 -04:00
03e4d26dcd aaaaa 2025-05-25 14:48:29 -04:00

View file

@ -6,8 +6,6 @@ jobs:
image: cachyos/docker-makepkg:latest image: cachyos/docker-makepkg:latest
steps: steps:
- run: | - run: |
mkdir builddir
cd builddir
paru --noconfirm -Sy git cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl paru --noconfirm -Sy git cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl
mkdir build mkdir build
cd build cd build
@ -16,4 +14,4 @@ jobs:
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: my-artifact name: my-artifact
path: wt95.exe path: build/wt95.exe