Skip to content

Commit

Permalink
i686-pc-windows-msvcからClangのインストールを外してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 30, 2023
1 parent 459a881 commit 7205c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
git fetch private refs/tags/${{ env.PRODUCTION_REPOSITORY_TAG }}
git -c user.name=dummy -c [email protected] merge FETCH_HEAD
) > /dev/null 2>&1
- if: matrix.os == 'windows-2019'
- if: matrix.os == 'windows-2019' && matrix.target == 'x86_64-pc-windows-msvc'
name: Install Clang
uses: KyleMayes/install-llvm-action@v1
with:
Expand Down

0 comments on commit 7205c39

Please sign in to comment.