mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Do not silently install cargo-about. (#377)
This commit is contained in:
committed by
Keavon Chambers
parent
6e8f6d06d7
commit
ce1adb71a0
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: 🚧 Install Node dependencies
|
||||
run: cd frontend && npm install
|
||||
|
||||
- name: 📦 Install cargo-about
|
||||
run: cargo install cargo-about
|
||||
|
||||
- name: 🌐 Build Graphite web code
|
||||
run: cd frontend && npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user