There was an error while loading. Please reload this page.
1 parent 1451121 commit 4556504Copy full SHA for 4556504
1 file changed
.github/workflows/generator.yaml
@@ -20,7 +20,7 @@ jobs:
20
name: Generated artifacts
21
runs-on: ubuntu-24.04
22
container:
23
- image: swiftnav/libsbp-build:2025-02-10
+ image: swiftnav/libsbp-build:2025-10-29
24
options: --user root
25
volumes:
26
- ${{ github.workspace }}:/mnt/workspace
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Set safe git directory
34
run: |
35
- git config --global --add safe.directory /__w/libsbp/libsbp
+ git config --system --add safe.directory /__w/libsbp/libsbp
36
37
- name: Generate tests
38
0 commit comments