Skip to content

Commit bed7361

Browse files
committed
chore: Update build workflow to build and publish LSOF binary to a release
1 parent ec2cad7 commit bed7361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout code
12-
uses: actions/checkout@v4
13-
1411
- name: Set up dependencies
1512
run: |
1613
sudo apt-get update
1714
sudo apt-get install -y gcc make libc6-dev
1815
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
1919
- name: Compile LSOF
2020
run: |
2121
./configure

0 commit comments

Comments
 (0)