Skip to content

Commit

Permalink
fix(ci): try to fix ci.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Jan 2, 2025
1 parent 150d224 commit adc161b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ jobs:
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/syscalls-bumper

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: '${{ github.workspace }}/syscalls-bumper/go.mod'

- name: Install deps ⛓️
run: |
sudo apt update
sudo apt install -y --no-install-recommends golang ca-certificates cmake build-essential clang-14 llvm-14 pkg-config autoconf automake libtool libelf-dev libcap-dev linux-headers-$(uname -r)
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-14 90
sudo update-alternatives --install /usr/bin/llvm-strip llvm-strip /usr/bin/llvm-strip-14 90
sudo update-alternatives --install /usr/bin/llc llc /usr/bin/llc-14 90
sudo apt install -y --no-install-recommends ca-certificates cmake build-essential clang llvm pkg-config autoconf automake libtool libelf-dev libcap-dev linux-headers-$(uname -r)
- name: Build syscalls-bumper
working-directory: ${{ github.workspace }}/syscalls-bumper
Expand Down

0 comments on commit adc161b

Please sign in to comment.