Skip to content

Commit 62f5d1c

Browse files
committed
Update to new docker with GCC14
1 parent bf92df7 commit 62f5d1c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ 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
22-
with:
23-
token: ${{ secrets.GITHUB_TOKEN }}
21+
- uses: actions/checkout@v4
22+
23+
- name: Mark repository as safe
24+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
2425

2526
- name: Check format
2627
run: make check_format

.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)