Trying to fix Github actions 15.
This commit is contained in:
parent
371d91de70
commit
df7cb77af9
3 changed files with 3 additions and 3 deletions
2
.github/workflows/linux-mingw.yml
vendored
2
.github/workflows/linux-mingw.yml
vendored
|
@ -3,7 +3,7 @@ name: Linux MinGW
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
QTIFWVER: 4.1.0
|
QTIFWVER: 4.1.1
|
||||||
ARCH_ROOT_DATE: 2021.05.01
|
ARCH_ROOT_DATE: 2021.05.01
|
||||||
ARCH_ROOT_URL: https://mirror.rackspace.com/archlinux
|
ARCH_ROOT_URL: https://mirror.rackspace.com/archlinux
|
||||||
NSIS_VERSION: 3.06.1
|
NSIS_VERSION: 3.06.1
|
||||||
|
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -3,7 +3,7 @@ name: Mac
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
QTIFWVER: 4.1.0
|
QTIFWVER: 4.1.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -38,4 +38,4 @@ python3 ./DeployTools/deploy.py \
|
||||||
-o "${PACKAGES_DIR}"
|
-o "${PACKAGES_DIR}"
|
||||||
|
|
||||||
echo Checking packages directory
|
echo Checking packages directory
|
||||||
ls -l ${PACKAGES_DIR}
|
find ${PACKAGES_DIR} -type f
|
||||||
|
|
Loading…
Reference in a new issue