Skip to content

Commit 1ed7769

Browse files
committed
probably this time?
1 parent 9bd866e commit 1ed7769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev_container.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
uses: addnab/docker-run-action@v3
3838
with:
3939
image: px4-dev:latest
40-
run: ls; export; cd /github/workspace; ls; make quick_check
40+
options: -v ${{ github.workspace }}:/workspace
41+
run: ls; export; cd /workspace; ls; make quick_check

0 commit comments

Comments
 (0)