Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Jul 18, 2024
1 parent cac50c2 commit d6d7d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
--build-arg="SIRIUS=${{ matrix.sirius }}" \
--build-arg="SHARED=${{ matrix.shared }}" \
--build-arg="SIRIUS_RELEASE_TAG=${{ env.SIRIUS_RELEASE_TAG }}" \
--build-arg="INSTALL_PATH=/my_build/install"
--build-arg="INSTALL_PATH=/my_build/install" \
-f docker/centos.dockerfile .
- name: retrieve install from docker
Expand Down

0 comments on commit d6d7d42

Please sign in to comment.