mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Upgrade Rawkit library Rust dependencies (#3124)
* Upgrade Rawkit library Rust dependencies * Continue on sccache failures * Update again
This commit is contained in:
9
.github/workflows/library-rawkit.yml
vendored
9
.github/workflows/library-rawkit.yml
vendored
@@ -38,6 +38,13 @@ jobs:
|
||||
|
||||
- name: 📦 Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.6
|
||||
continue-on-error: true
|
||||
|
||||
- name: 🔧 Fallback if sccache fails
|
||||
if: failure()
|
||||
run: |
|
||||
echo "sccache failed, disabling it"
|
||||
echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
|
||||
|
||||
- name: 🔬 Check Rust formatting
|
||||
run: |
|
||||
@@ -56,4 +63,4 @@ jobs:
|
||||
|
||||
- name: 📈 Run sccache stat for check
|
||||
shell: bash
|
||||
run: sccache --show-stats
|
||||
run: sccache --show-stats || echo "sccache stats unavailable"
|
||||
|
||||
Reference in New Issue
Block a user