mirror of https://github.com/AxioDL/metaforce.git
ci: Lock markupsafe to 2.0.1
This commit is contained in:
parent
cd6d5b9acf
commit
913ea0f7c4
|
@ -106,7 +106,7 @@ jobs:
|
||||||
brew upgrade --formula
|
brew upgrade --formula
|
||||||
brew install ninja graphicsmagick imagemagick freetype
|
brew install ninja graphicsmagick imagemagick freetype
|
||||||
yarn global add create-dmg
|
yarn global add create-dmg
|
||||||
pip install markupsafe
|
pip3 install markupsafe==2.0.1
|
||||||
|
|
||||||
# universal qt5 from macports
|
# universal qt5 from macports
|
||||||
curl -LSfs https://axiodl.com/files/qt-$Qt_VERSION.mpkg -o /tmp/qt-$Qt_VERSION.mpkg
|
curl -LSfs https://axiodl.com/files/qt-$Qt_VERSION.mpkg -o /tmp/qt-$Qt_VERSION.mpkg
|
||||||
|
@ -192,7 +192,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
choco install ninja vulkan-sdk
|
choco install ninja vulkan-sdk
|
||||||
pip install markupsafe
|
pip install markupsafe==2.0.1
|
||||||
|
|
||||||
# set up buildcache
|
# set up buildcache
|
||||||
$TempDir = "$env:RUNNER_WORKSPACE\temp"
|
$TempDir = "$env:RUNNER_WORKSPACE\temp"
|
||||||
|
|
Loading…
Reference in New Issue