summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-02 13:09:25 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-02 13:09:25 +0100
commit74bd83bf361fff7fa8b33254a0607d2ba186f33c (patch)
treed0c8119cb7509e26064ec043d7898f2d6ee020e4 /.github
parentb3fc8b2111019488bb6e89b5a3be603bd5a07371 (diff)
downloadATCD-74bd83bf361fff7fa8b33254a0607d2ba186f33c.tar.gz
Install mignw compiler
* .github/workflows/windows.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 68bdcbd30e6..824c232b650 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -159,15 +159,8 @@ jobs:
with:
msystem: ${{ matrix.msystem }}
install: make
- - run: pacman --noconfirm -S gcc
+ - run: pacman --noconfirm -S mingw-w64-x86_64-${{ matrix.compiler }}
shell: msys2 {0}
- if: ${{ matrix.compiler == 'gcc' }}
- - run: pacman --noconfirm -S mingw-w64-x86_64-clang
- shell: msys2 {0}
- if: ${{ (matrix.msystem == 'MINGW64') && (matrix.compiler == 'clang') }}
- - run: pacman --noconfirm -S mingw-w64-i686-clang
- shell: msys2 {0}
- if: ${{ (matrix.msystem == 'MINGW32') && (matrix.compiler == 'clang') }}
- run: ${{ matrix.compiler }} --version
shell: msys2 {0}
- name: create $ACE_ROOT/ace/config.h