on: [push] jobs: test: runs-on: docker container: image: cachyos/docker-makepkg:latest steps: - run: | paru --noconfirm -Sy git nodejs cmake mingw-w64-gcc mingw-w64-crt mingw-w64-binutils mingw-w64-headers mingw-w64-curl mingw-w64-openssl git clone https://git.meow.boutique/conejo/walltaker95.git cd walltaker95 mkdir build cd build cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../ cmake --build . - uses: actions/upload-artifact@v3 with: name: my-artifact path: walltaker95/build/wt95.exe