Skip to content

Commit

Permalink
clean up yml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Dec 21, 2023
1 parent 30db5ae commit ac95b2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,12 @@ jobs:
uses: actions/configure-pages@v2
- uses: actions/setup-python@v2

- name: "Cache"
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
./target/${{ matrix.target }}
key: ${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
target: ${{ matrix.target }}

- name: Run tests
run: |
Expand Down

0 comments on commit ac95b2d

Please sign in to comment.