Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP authored Sep 22, 2023
1 parent 3aeb6c6 commit 6630224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Install Dependencies
run: |
sudo ./configure.sh -yd
sudo cp /root/.cargo/bin/bpf-linker /usr/bin/
echo "/home/runner/.cargo/bin" >> $GITHUB_PATH
- name: Configure PAM
run: |
Expand All @@ -42,4 +41,4 @@ jobs:
- name: Run Sr
run: /usr/bin/sr -h
- name: Run Chsr
run: /usr/bin/chsr -h
run: /usr/bin/chsr -h

0 comments on commit 6630224

Please sign in to comment.