1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +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: macos-build:
runs-on: macos-latest runs-on: macos-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')" if: "contains(github.event.head_commit.message, 'ci-skip')"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Bootstrap compiler - name: Bootstrap compiler
@ -65,7 +65,7 @@ jobs:
windows-x86-build: windows-x86-build:
runs-on: windows-latest runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')" if: "contains(github.event.head_commit.message, 'ci-skip')"
env: env:
PLATFORM: x86 PLATFORM: x86
steps: steps:
@ -90,7 +90,7 @@ jobs:
windows-x64-build: windows-x64-build:
runs-on: windows-latest runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')" if: "contains(github.event.head_commit.message, 'ci-skip')"
env: env:
PLATFORM: x64 PLATFORM: x64
steps: steps: