Skip to content

Commit

Permalink
ci: removes gauntlet caching
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed May 2, 2024
1 parent fb8b820 commit 96cc7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ jobs:
env:
CACHE_DIR: ~/.config/wdl-grammar
steps:
- uses: actions/cache@v3
with:
path: ${{ env.CACHE_DIR }}
key: wdl-grammar
- uses: actions/checkout@v3
- name: Update Rust
run: rustup update nightly && rustup default nightly
- run: cargo run --release --bin wdl-gauntlet -- --skip-remote
- run: cargo run --release --bin wdl-gauntlet
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35 changes: 0 additions & 35 deletions .github/workflows/gauntlet-refresh.yml

This file was deleted.

0 comments on commit 96cc7f1

Please sign in to comment.