Skip to content

Commit

Permalink
Modern CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Mar 13, 2024
1 parent c330568 commit 1f2e776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
compilejobFedora:
strategy:
fail-fast: false
matrix:
version: [26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -38,7 +39,8 @@ jobs:
runs-on: macos-latest
name: Binder_on_OSX
steps:

- name: Checkout
uses: actions/checkout@v3
- name: Install
run: |
set -x
Expand All @@ -47,8 +49,6 @@ jobs:
ls
tar -xJf clang+llvm-11.0.0-x86_64-apple-darwin.tar.xz
export PATH=$PATH:clang+llvm-11.0.0-x86_64-apple-darwin/bin
- name: Checkout
uses: actions/checkout@v3
- name: Compile
run: |
export PATH=$PATH:clang+llvm-11.0.0-x86_64-apple-darwin/bin
Expand Down

0 comments on commit 1f2e776

Please sign in to comment.