Skip to content

Commit

Permalink
style: strip trailing whitespace from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored and jimblandy committed Nov 8, 2022
1 parent c04da7a commit 08b160c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
# entirely on clippy jobs and reduce it to line-numbers
# only for ones where we run tests.
#
# Additionally, we disable incremental builds entirely
# Additionally, we disable incremental builds entirely
# as our caching system doesn't actually cache our crates.
# It adds overhead to the build and another point of failure.

Expand All @@ -38,7 +38,7 @@ jobs:
os: windows-2022
target: x86_64-pc-windows-msvc
kind: native

# MacOS
- name: MacOS x86_64
os: macos-12
Expand All @@ -49,7 +49,7 @@ jobs:
os: macos-12
target: aarch64-apple-darwin
kind: native

# IOS
- name: IOS aarch64
os: macos-12
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Linux x86_64
os: ubuntu-22.04
backends: vulkan gl

name: Test ${{ matrix.name }}
runs-on: ${{ matrix.os }}

Expand All @@ -195,24 +195,24 @@ jobs:
uses: taiki-e/install-action@nextest
- name: install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: install swiftshader
if: matrix.os == 'ubuntu-22.04'
shell: bash
run: |
set -e
mkdir -p swiftshader
curl -LsSf https://github.com/gfx-rs/ci-build/releases/latest/download/swiftshader-linux-x86_64.tar.xz | tar -xf - -C swiftshader
echo "LD_LIBRARY_PATH=$PWD/swiftshader" >> $GITHUB_ENV
- name: install llvmpipe, vulkan sdk
if: matrix.os == 'ubuntu-22.04'
shell: bash
run: |
set -e
sudo apt-get update -y -qq
# vulkan sdk
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: lcov.info

doctest:
name: Doctest
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 08b160c

Please sign in to comment.