forked from boostorg/assert
Quote if expressions
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
if: !startsWith( matrix.os, 'windows-' )
|
if: "!startsWith( matrix.os, 'windows-' )"
|
||||||
run: |
|
run: |
|
||||||
REF=${GITHUB_BASE_REF:-$GITHUB_REF}
|
REF=${GITHUB_BASE_REF:-$GITHUB_REF}
|
||||||
BOOST_BRANCH=develop && [ "$REF" == "master" ] && BOOST_BRANCH=master || true
|
BOOST_BRANCH=develop && [ "$REF" == "master" ] && BOOST_BRANCH=master || true
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
./b2 -d0 headers
|
./b2 -d0 headers
|
||||||
|
|
||||||
- name: Setup (Windows)
|
- name: Setup (Windows)
|
||||||
if: startsWith( matrix.os, 'windows-' )
|
if: "startsWith( matrix.os, 'windows-' )"
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
set BOOST_BRANCH=develop
|
set BOOST_BRANCH=develop
|
||||||
|
Reference in New Issue
Block a user