Skip to content

Commit

Permalink
Update kyanos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush authored Sep 8, 2024
1 parent ffdfdaa commit 6cd25a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/kyanos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Build
run: |
sudo apt update
Expand All @@ -40,3 +39,8 @@ jobs:
ls -l
make clean && make
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: kyanos
path: kyanos

0 comments on commit 6cd25a1

Please sign in to comment.