mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
fix: json-build.yml (#9785)
Signed-off-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
@@ -35,17 +35,6 @@ on:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
<<<<<<< HEAD
|
||||
env:
|
||||
RUSTC_WRAPPER: "/usr/bin/sccache"
|
||||
# SCCACHE_NO_DAEMON: "1"
|
||||
# Disable incremental compilation so sccache works better
|
||||
CARGO_INCREMENTAL: "false"
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
SCCACHE_RECACHE: "${{ inputs.bust_cache == 'true' && 'true' || '' }}"
|
||||
|
||||
=======
|
||||
>>>>>>> 05feb6592 (feat: Toggleable sccache (#9773))
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user