Skip to content

Commit

Permalink
wildcard does not work in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Aug 29, 2023
1 parent 4e9e8b0 commit e6a481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: |
sudo ./configure.sh -yd
sudo cp /root/.cargo/bin/* /usr/bin/
sudo cp /root/.cargo/bin/bpf-linker /usr/bin/
echo "/home/runner/.cargo/bin" >> $GITHUB_PATH
- name: Configure PAM
run: |
Expand Down

0 comments on commit e6a481c

Please sign in to comment.