Skip to content

Commit

Permalink
fix: test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Steensma committed Jan 28, 2024
1 parent 7525692 commit 2051225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup release environment
- name: Install dependencies
env:
QT_INSTALLER_JWT_TOKEN: ${{ secrets.QT_INSTALLER_JWT_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup debug environment
- name: Install dependencies
env:
QT_INSTALLER_JWT_TOKEN: ${{ secrets.QT_INSTALLER_JWT_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-qt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build-qt-shared() {
mkdir "$source_dir"
mkdir "$install_dir"
"$root/scripts/helpers/download-qt" --root "$source_dir" qt.qt6.661.gcc_64 qt.qt6.661.addons.qtmultimedia
cp "$source_dir/6.6.1/gcc_64" "$install_dir" -rf
cp "${source_dir}"/6.6.1/gcc_64/** "$install_dir" -r
}

if [[ "$static" = true ]]; then
Expand Down

0 comments on commit 2051225

Please sign in to comment.