We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83949c commit 9348f9eCopy full SHA for 9348f9e
.github/workflows/ci.yml
@@ -104,10 +104,6 @@ jobs:
104
toolchain: nightly
105
steps:
106
- uses: actions/checkout@v4
107
- - name: Cache cargo & target directories
108
- uses: Swatinem/rust-cache@v2
109
- with:
110
- key: "v2"
111
- name: Configure Git
112
run: |
113
git config --global user.email "jdoe@example.com"
@@ -126,7 +122,7 @@ jobs:
126
122
run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev
127
123
if: matrix.platform.features == 'native-tls'
128
124
- name: Build binary
129
- uses: houseabsolute/actions-rust-cross@v0
125
+ uses: houseabsolute/actions-rust-cross@cache-testing
130
with:
131
command: "build"
132
target: ${{ matrix.platform.target }}
0 commit comments