Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Dec 18, 2023
1 parent 6e63506 commit 1005442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dep-g2o.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Run build script arm
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: arch -arm64 ./build_g2o_for_macArm64.sh
run: env /usr/bin/arch -arm64 ./build_g2o_for_macArm64.sh

- name: Archive prebuilt g2o intel
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1005442

Please sign in to comment.