Skip to content

Commit

Permalink
Add quotes for equality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 22, 2023
1 parent 5522754 commit 115df0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Get latest version of stable Rust
if: env.SELF_HOSTED_RUNNERS == false
if: env.SELF_HOSTED_RUNNERS == 'false'
run: rustup update stable

# ==============================
# Windows dependencies
# ==============================

- uses: KyleMayes/install-llvm-action@v1
if: env.SELF_HOSTED_RUNNERS == false && startsWith(matrix.arch, 'x86_64-windows')
if: env.SELF_HOSTED_RUNNERS == 'false' && startsWith(matrix.arch, 'x86_64-windows')
with:
version: "15.0"
directory: ${{ runner.temp }}/llvm
Expand Down

0 comments on commit 115df0d

Please sign in to comment.