Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Nov 20, 2023
1 parent 49b106f commit 464b307
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 @@ -18,7 +18,7 @@ jobs:
run: curl.exe https://download.qt.io/official_releases/qt/5.15/5.15.11/single/qt-everywhere-opensource-src-5.15.11.zip -o qt.zip

- name: unpack QT
run: Expand-Archive -Path .\qt.zip -DestinationPath .
run: Expand-Archive .\qt.zip

- name: configure QT
working-directory: qt-everywhere-src-5.15.11
Expand Down

0 comments on commit 464b307

Please sign in to comment.