Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Nov 27, 2023
1 parent aa736ee commit 837fa00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dep-g2o.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
- uses: actions/checkout@v3
- name: Run build script intel
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: arch -intel ./build_g2o_for_mac64.sh
run: arch -x86_64 ./build_g2o_for_mac64.sh

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

- name: Archive prebuilt g2o intel
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dep-opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: prebuilt-opencv-linux
path: ${{ github.workspace }}/externals/prebuit/linux_opencv_4.7.0
path: ${{ github.workspace }}/externals/prebuilt/linux_opencv_4.7.0

0 comments on commit 837fa00

Please sign in to comment.