Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Dec 8, 2023
1 parent 258b884 commit 8f4d935
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ runs:
using: "composite"
steps:
- name: Setup Python
if: needs.check-src.outputs.status
uses: actions/setup-python@v4
with:
python-version: "3.12"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
os: ${{ matrix.os }}
shaderc: false

- name: Test src on ${{ matrix.os }}
if: needs.check-src.outputs.status
Expand Down Expand Up @@ -80,7 +79,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
os: ${{ matrix.os }}
shaderc: false

- name: Test src for unity on ${{ matrix.os }}
if: needs.check-src.outputs.status
Expand Down Expand Up @@ -151,7 +149,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
os: ubuntu-latest
shaderc: false

- name: Rust cache
if: needs.check-src.outputs.status
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
os: ubuntu-latest
shaderc: false
- uses: dtolnay/rust-toolchain@nightly
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down

0 comments on commit 8f4d935

Please sign in to comment.