Compare commits
No commits in common. "b482cef07f" and "80e4712d20" have entirely different histories.
b482cef07f
...
80e4712d20
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue