Skip to content

Commit 9348f9e

Browse files
committed
Try cache-testing branch
1 parent c83949c commit 9348f9e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
toolchain: nightly
105105
steps:
106106
- uses: actions/checkout@v4
107-
- name: Cache cargo & target directories
108-
uses: Swatinem/rust-cache@v2
109-
with:
110-
key: "v2"
111107
- name: Configure Git
112108
run: |
113109
git config --global user.email "jdoe@example.com"
@@ -126,7 +122,7 @@ jobs:
126122
run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev
127123
if: matrix.platform.features == 'native-tls'
128124
- name: Build binary
129-
uses: houseabsolute/actions-rust-cross@v0
125+
uses: houseabsolute/actions-rust-cross@cache-testing
130126
with:
131127
command: "build"
132128
target: ${{ matrix.platform.target }}

0 commit comments

Comments
 (0)