1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Linux only

This commit is contained in:
Luke Ceddia 2021-01-30 11:15:01 +11:00
parent ab6fb682c2
commit 2ff7e953dd
No known key found for this signature in database
GPG key ID: 319344384A0759B0

View file

@ -42,7 +42,7 @@ jobs:
macos-build:
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')"
if: "contains(github.event.head_commit.message, 'ci-skip')"
steps:
- uses: actions/checkout@v2
- name: Bootstrap compiler
@ -65,7 +65,7 @@ jobs:
windows-x86-build:
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')"
if: "contains(github.event.head_commit.message, 'ci-skip')"
env:
PLATFORM: x86
steps:
@ -90,7 +90,7 @@ jobs:
windows-x64-build:
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')"
if: "contains(github.event.head_commit.message, 'ci-skip')"
env:
PLATFORM: x64
steps: