Skip to content

Commit

Permalink
main.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Mar 9, 2024
1 parent 59dd397 commit 4068da2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/upload-artifact@v4
with:
name: Executables
path: ~/zig-out/bin/
overwrite: true
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
- run: |
sudo apt install libgtk-3-0 libgtk-3-dev
zig build -Doptimize=ReleaseSmall
cp -r zig-out ~/
- uses: actions/upload-artifact@v4
with:
name: Executables
path: ~/zig-out/bin/
overwrite: true

0 comments on commit 4068da2

Please sign in to comment.