Skip to content

Commit 4b52917

Browse files
committed
Update github actions to check against binutils
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent 20d181f commit 4b52917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/regress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Clone Github Repo Action
1212
uses: actions/checkout@v4
13+
- name: Initialize binutils submodule
14+
run: |
15+
git submodule init ext/binutils-gdb/binutils # initialize only this submodule
16+
git submodule update ext/binutils-gdb/binutils # update it
1317
- name: Setup apptainer
1418
uses: eWaterCycle/[email protected]
1519
- name: Get container from cache

0 commit comments

Comments
 (0)