Skip to content

Commit 4556504

Browse files
authored
Update to libsbp-build:2025-10-29 (#1526)
Update the docker build image to fix the "Generate artifacts" step after the changes to the docker file in #1520
1 parent 1451121 commit 4556504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Generated artifacts
2121
runs-on: ubuntu-24.04
2222
container:
23-
image: swiftnav/libsbp-build:2025-02-10
23+
image: swiftnav/libsbp-build:2025-10-29
2424
options: --user root
2525
volumes:
2626
- ${{ github.workspace }}:/mnt/workspace
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Set safe git directory
3434
run: |
35-
git config --global --add safe.directory /__w/libsbp/libsbp
35+
git config --system --add safe.directory /__w/libsbp/libsbp
3636
3737
- name: Generate tests
3838
run: |

0 commit comments

Comments
 (0)