Skip to content

Commit

Permalink
remove redundant action
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 14, 2024
1 parent 8425583 commit 9d24823
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y binfmt-support qemu-user-static
- name: Compile Go with make.bash
run: |
cd src ; ./make.bash
- name: Compile Go with all.bash
run: |
cd src ; ./clean.bash ; ./all.bash
Expand Down

0 comments on commit 9d24823

Please sign in to comment.