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 47c0086 commit c70002eCopy full SHA for c70002e
.github/workflows/compile.yml
@@ -20,10 +20,10 @@ jobs:
20
]
21
22
container:
23
- image: px4io/px4-dev-nuttx-focal:2021-09-08
+ image: igormisic/improject:v1.0.2
24
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
with:
28
token: ${{ secrets.GITHUB_TOKEN }}
29
submodules: 'true'
0 commit comments