Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent 7b7e45e commit 606f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ubuntu-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--name prepare_deps_container \
-v "${{github.workspace}}:/src" \
"$base_image" \
'misc/deps_linux/${{ matrix.base_system }}.sh' '--ensure-deps-noninteractive'
'/src/misc/deps_linux/${{ matrix.base_system }}.sh' '--ensure-deps-noninteractive'
docker commit prepare_deps_container localhost/buildimage
Expand Down

0 comments on commit 606f230

Please sign in to comment.