Skip to content

Commit

Permalink
no longer exclude MacOS/gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 24, 2024
1 parent 4c31d6e commit 1c16b17
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/mbtserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- name: IRC notification of starting the builds
uses: LanguageMachines/ticcactions/irc-init@v1
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

build:
runs-on: ${{ matrix.os }}
Expand All @@ -32,18 +36,6 @@ jobs:
compiler: [g++-12, clang++]

steps:
- name: exclude Mac-OS with g++
shell: bash
if: ${{ matrix.os == 'macos-latest' && matrix.compiler == 'g++-12' }}
run: |
echo "action_status=skip" >> $GITHUB_ENV
echo "action_details='c++ library issues'" >> $GITHUB_ENV
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- uses: actions/[email protected]

- uses: LanguageMachines/ticcactions/cpp-build-env@v1
Expand Down

0 comments on commit 1c16b17

Please sign in to comment.