Skip to content

Commit

Permalink
mingw-w64-x86_64-clangをインストール
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 30, 2023
1 parent 58d6d7d commit 66be03f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ 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
- name: Install mingw-w64-x86_64-clang
if: matrix.os == 'windows-2019'
uses: msys2/setup-msys2@v2
with:
install: mingw-w64-x86_64-clang
- name: Set up Python 3.8
if: matrix.whl_local_version
uses: actions/setup-python@v4
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install mingw-w64-x86_64-clang
if: matrix.os == 'windows-2019'
uses: msys2/setup-msys2@v2
with:
install: mingw-w64-x86_64-clang
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 66be03f

Please sign in to comment.