Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri committed Dec 5, 2023
1 parent 81d8014 commit 88d413d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ jobs:
with:
go-version-file: 'go/src/github.com/cilium/tetragon/go.mod'

- name: Install dependencies x86
with:
platforms: linux/amd64
run: |
sudo apt-get -y install libc6-dev-i386
- name: Install dependencies
run: |
sudo apt-get -y install libelf-dev netcat-traditional libcap-dev gcc libc6-dev-i386
sudo apt-get -y install libelf-dev netcat-traditional libcap-dev gcc
sudo sed -i '/secure_path/d' /etc/sudoers
sudo sed -i '/env_reset/d' /etc/sudoers
Expand Down

0 comments on commit 88d413d

Please sign in to comment.