summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL. E. Segovia <amy@amyspark.me>2023-03-04 15:45:54 -0300
committerL. E. Segovia <amy@amyspark.me>2023-03-04 15:56:38 -0300
commita3f219fd625322a4fff6ff2f9b0ab189059b8126 (patch)
tree302315afc239977f6525b87ddbafe53d36d0a417
parent8ddc2681c06948eb20909cea70c1bffa10393d47 (diff)
downloadlcms2-a3f219fd625322a4fff6ff2f9b0ab189059b8126.tar.gz
Remove interference from GHA tools
-rw-r--r--.github/workflows/build.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f9b4b55..287ecc7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -124,9 +124,11 @@ jobs:
with:
msystem: ${{matrix.sys.abi}}
update: true
- path-type: inherit
+ path-type: minimal
install: >-
mingw-w64-${{matrix.sys.env}}-toolchain
+ mingw-w64-${{matrix.sys.env}}-meson
+ mingw-w64-${{matrix.sys.env}}-ninja
- name: Setup compiler
if: startsWith(matrix.sys.abi, 'mingw') || startsWith(matrix.sys.abi, 'ucrt64')
@@ -147,10 +149,6 @@ jobs:
- uses: actions/checkout@v2
- - name: Install packages
- run: |
- pip install meson==1.0.0
-
- name: Build Windows
run: |
meson setup build -Dfastfloat=true -Dthreaded=true -Dsamples=true -Ddefault_library=${{ matrix.library }}