Skip to content

Commit

Permalink
Try changing the variable name to not have an underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Feb 15, 2024
1 parent a9ed356 commit 9abcceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]
include:
- os: ubuntu-latest
has_gpu: 'yes'
gpu: 'yes'
- os: macos-latest
has_gpu: 'yes'
gpu: 'yes'
- os: windows-latest
has_gpu: 'no'
gpu: 'no'
name: cargo clippy + test
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: cargo test
run: cargo test --workspace --all-features
env:
VELLO_CI_GPU_SUPPORT: ${{ matrix.has_gpu }}
VELLO_CI_GPU_SUPPORT: ${{ matrix.gpu }}

clippy-stable-wasm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9abcceb

Please sign in to comment.