We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d181f commit 4b52917Copy full SHA for 4b52917
.github/workflows/regress.yml
@@ -10,6 +10,10 @@ jobs:
10
steps:
11
- name: Clone Github Repo Action
12
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
17
- name: Setup apptainer
18
uses: eWaterCycle/[email protected]
19
- name: Get container from cache
0 commit comments