Skip to content

Commit 14f7a88

Browse files
A workaround for tafia/calamine#492
1 parent 94ba386 commit 14f7a88

File tree

3 files changed

+272
-32
lines changed

3 files changed

+272
-32
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
- name: Configure build target
2828
run: .github/configure-build-target
2929

30-
# FIXME(konishchev): A temporary workaround for broken CI
31-
# - name: Drop caches
32-
# run: rm Cargo.lock
30+
- name: Drop caches
31+
run: rm Cargo.lock
3332

3433
- name: Build
3534
run: cargo build

0 commit comments

Comments
 (0)