Skip to content

Commit 5571778

Browse files
committed
Update to new docker with GCC14
1 parent 4d8028f commit 5571778

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
container:
17-
image: px4io/px4-dev-nuttx-focal:2021-09-08
17+
image: igormisic/improject:v1.0.2
1818
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
24-
24+
25+
- name: Mark repository as safe
26+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
27+
2528
- name: Check format
2629
run: make check_format
2730

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
]
3737

3838
container:
39-
image: px4io/px4-dev-nuttx-focal:2021-09-08
39+
image: igormisic/improject:v1.0.2
4040
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)