File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 run : zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
7979
8080 - name : Setup build environment
81- uses : libbpf/ci/setup-build-env@setup-build-env-packages
81+ uses : libbpf/ci/setup-build-env@v3
8282 with :
8383 arch : ${{ inputs.arch }}
8484 gcc-version : ${{ inputs.gcc_version }}
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 repo-root : ${{ env.REPO_ROOT }}
111111
112112 - name : Setup build environment
113- uses : libbpf/ci/setup-build-env@setup-build-env-packages
113+ uses : libbpf/ci/setup-build-env@v3
114114 with :
115115 arch : ${{ inputs.arch }}
116116 gcc-version : ${{ inputs.gcc_version }}
Original file line number Diff line number Diff line change 6565 run : zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
6666
6767 - name : Run selftests
68- uses : libbpf/ci/run-vmtest@setup-build-env-packages
68+ uses : libbpf/ci/run-vmtest@v3
6969 # https://github.com/actions/runner/issues/1483#issuecomment-1031671517
7070 # booleans are weird in GH.
7171 continue-on-error : ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
You can’t perform that action at this time.
0 commit comments