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 47184ed commit 49b106f
Showing 1 changed file with 2 additions and 2 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 @@ -15,10 +15,10 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1

- name: Download QT
run: curl.exe https://download.qt.io/official_releases/qt/5.15/5.15.11/single/qt-everywhere-opensource-src-5.15.11.tar.xz -o qt.tar.xz
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: tar xJf qt.tar.xz
run: Expand-Archive -Path .\qt.zip -DestinationPath .

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

0 comments on commit 49b106f

Please sign in to comment.