Compare commits
2 commits
80e4712d20
...
b482cef07f
Author | SHA1 | Date | |
---|---|---|---|
b482cef07f | |||
03e4d26dcd |
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@ 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
|
||||
|
@ -16,4 +14,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: wt95.exe
|
||||
path: build/wt95.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue