From 445486dcbf9ddd8b3ca799a98ace58d23cee31a1 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Thu, 15 Feb 2024 10:35:29 -0800 Subject: [PATCH] ci: Pass arch parameter to setup-build-env Since https://github.com/libbpf/ci/commit/1bc40aecb32f1e0f0dc2fff87e7c91b4d5fe03c5 arch parameter needs to be passed to `setup-build-env` Signed-off-by: Manu Bretelle --- .github/actions/vmtest/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/vmtest/action.yml b/.github/actions/vmtest/action.yml index fa607c4..fcd1a78 100644 --- a/.github/actions/vmtest/action.yml +++ b/.github/actions/vmtest/action.yml @@ -37,6 +37,7 @@ runs: uses: libbpf/ci/setup-build-env@main with: pahole: ${{ inputs.pahole }} + arch: ${{ inputs.arch }} # 1. download CHECKPOINT kernel source - name: Get checkpoint commit shell: bash