Skip to content

Commit

Permalink
Update linux-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 authored Dec 2, 2024
1 parent d774b53 commit 0541553
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
run: sudo apt install libsdl2-dev libglew-dev libxxhash-dev libxbyak-dev libcapstone-dev
- name: build
run: make USER=1
- name: compress
run: zip ctremu-linux.zip ./ctremu
- uses: actions/upload-artifact@v4
with:
with:
name: ctremu-linux
path: ./ctremu-linux.zip

0 comments on commit 0541553

Please sign in to comment.