Skip to content

Commit

Permalink
Update github actions to check against binutils
Browse files Browse the repository at this point in the history
Signed-off-by: Afonso Oliveira <[email protected]>
  • Loading branch information
AFOliveira committed Nov 14, 2024
1 parent 20d181f commit 4b52917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Get container from cache
Expand Down

0 comments on commit 4b52917

Please sign in to comment.