maybe it works now? idk

This commit is contained in:
Nick Martin 2025-05-25 14:21:33 -04:00
parent 073e34a2da
commit fa3194e6ec

View file

@ -6,13 +6,13 @@ jobs:
image: cachyos/cachyos image: cachyos/cachyos
steps: steps:
- run: | - run: |
mkdir builddir mkdir builddir
cd 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
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../ cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
cmake --build . cmake --build .
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: my-artifact name: my-artifact