Skip to content

Commit

Permalink
workflows removed duplicate step
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 7, 2024
1 parent 5126148 commit a1f226a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ jobs:
# it works but doesn't work using the GITHUB_PATH like define two line above. 🫤
echo "CMAKE_PREFIX_PATH=/opt/Qt/6.7.1/gcc_64${CMAKE_PREFIX_PATH:+:}$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
- name: CMake print version
run: |
cmake --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
mkdir --parents '${{ env.TinyORMBuildTree }}'
Expand Down

0 comments on commit a1f226a

Please sign in to comment.