Compare commits

..

No commits in common. "b482cef07f9dbdc5776f870557679a6200b7aea7" and "80e4712d207c2f0a1242a8865371064c811b474a" have entirely different histories.

View file

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