Skip to content

Commit 37f688e

Browse files
author
Matt Woodward
committed
mount
1 parent 5aeaa96 commit 37f688e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/generator.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
generation:
2020
name: Generated artifacts
2121
runs-on: ubuntu-20.04
22-
container: swiftnav/libsbp-build:latest-master
22+
container:
23+
image: swiftnav/libsbp-build:latest-master
24+
volumes:
25+
- ${{ github.workspace }}:/mnt/workspace
2326
steps:
2427
- uses: actions/checkout@v2
2528
with:

0 commit comments

Comments
 (0)