Update ci.yml

This commit is contained in:
Simon Christ 2021-12-01 18:37:51 +01:00 committed by GitHub
parent 38b6a1ce27
commit 56d180caaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ defaults:
jobs: jobs:
CI: CI:
if: "!contains(github.event.head_commit.message, '[skip ci]') && (${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest'))" if: "!contains(github.event.head_commit.message, '[skip ci]')"
env: env:
GKS_ENCODING: "utf8" GKS_ENCODING: "utf8"
GKSwstype: "100" GKSwstype: "100"
@ -34,7 +34,7 @@ jobs:
# - x86 # - x86
steps: steps:
- if: "${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest')"
# Setup environment # Setup environment
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest - uses: julia-actions/setup-julia@latest