From 4b529179050f50422a696ce2e98ac7b1e7154360 Mon Sep 17 00:00:00 2001 From: Afonso Oliveira Date: Thu, 14 Nov 2024 15:05:30 +0000 Subject: [PATCH] Update github actions to check against binutils Signed-off-by: Afonso Oliveira --- .github/workflows/regress.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 742d918b6..24dfbfbd3 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -10,6 +10,10 @@ jobs: steps: - name: Clone Github Repo Action uses: actions/checkout@v4 + - name: Initialize binutils submodule + run: | + git submodule init ext/binutils-gdb/binutils # initialize only this submodule + git submodule update ext/binutils-gdb/binutils # update it - name: Setup apptainer uses: eWaterCycle/setup-apptainer@v2.0.0 - name: Get container from cache