Skip to content

Commit

Permalink
Adjust permissions of build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Nov 23, 2023
1 parent 8d5fe14 commit 6c77de8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Build Docker image
run: docker build -t osp-builder /tmp/osp-builder-docker/
- name: Build cosim
run: docker run --rm -v $(pwd):/mnt/source osp-builder
run: |
mkdir -m 0777 build
docker run --rm -v $(pwd):/mnt/source osp-builder
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6c77de8

Please sign in to comment.