Merge branch 'unstable' into dev/etan/lc-wasm

This commit is contained in:
Etan Kissling
2023-06-28 23:25:52 +02:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ jobs:
cpu: amd64
- os: windows
cpu: amd64
branch: [version-1-6]
branch: [~, upstream/version-1-6]
include:
- target:
os: linux
@@ -52,7 +52,7 @@ jobs:
run:
shell: ${{ matrix.shell }}
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
name: ${{ matrix.target.os }}-${{ matrix.target.cpu }}${{ matrix.branch != '' && ' (Nim ' || '' }}${{ matrix.branch }}${{ matrix.branch != '' && ')' || '' }}
runs-on: ${{ matrix.builder }}
steps:
- name: Checkout