Skip to content

Commit

Permalink
glow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Apr 22, 2024
1 parent 7da50d6 commit b01f3e1
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 31 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ jobs:
shell: bash
run: rustup set default-host ${{ matrix.target }}

- name: Cache cargo registry
uses: actions/cache@v2
with:
path: ~/.cargo/registry
key: ${{ matrix.target }}-cargo-registry-${{ github.sha }}
restore-keys: |
${{ matrix.target }}-cargo-registry-
- name: Cache cargo index
uses: actions/cache@v2
with:
path: ~/.cargo/git
key: ${{ matrix.target }}-cargo-index-${{ github.sha }}
restore-keys: |
${{ matrix.target }}-cargo-index-
# - name: Cache cargo registry
# uses: actions/cache@v2
# with:
# path: ~/.cargo/registry
# key: ${{ matrix.target }}-cargo-registry-${{ github.sha }}
# restore-keys: |
# ${{ matrix.target }}-cargo-registry-

# - name: Cache cargo index
# uses: actions/cache@v2
# with:
# path: ~/.cargo/git
# key: ${{ matrix.target }}-cargo-index-${{ github.sha }}
# restore-keys: |
# ${{ matrix.target }}-cargo-index-

- name: Cache cargo build
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit b01f3e1

Please sign in to comment.