Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
finish upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaninja committed Jul 30, 2023
1 parent 043969a commit cddc10f
Show file tree
Hide file tree
Showing 46 changed files with 4,360 additions and 3,201 deletions.
5 changes: 0 additions & 5 deletions .github/templates/setup-worker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ description: |
This action sets up a worker for use in other actions. It installs the
necessary dependencies for building the project.
inputs:
rust-components:
description: Comma-separated list of components to be additionally installed for a new rust toolchain
required: false

runs:
using: "composite"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Check Build and Tests
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main, xcmv3-dev ]
branches: [ main ]
pull_request:

# Allows you to run this workflow manually from the Actions tab
Expand Down
Loading

0 comments on commit cddc10f

Please sign in to comment.