Skip to content

Commit

Permalink
disable sscache
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Jan 19, 2024
1 parent 70d499e commit 4cf0179
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
toolchain: nightly-2023-11-24
default: true
profile: minimal
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]
- name: Generate Test Kit
run: cargo run
env:
# Enable sccache
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# RUSTC_WRAPPER: "sccache"
working-directory: crates/generator
- name: Upload Generated Artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
default: true
profile: minimal
target: ${{ matrix.build-target.target-triple }}
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]

# Installing Build Dependencies
- name: Build Dependencies (aarch64 linux)
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
IPHONEOS_DEPLOYMENT_TARGET: "11.0"
# Enable sccache
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# RUSTC_WRAPPER: "sccache"
run: |
echo $IPHONEOS_DEPLOYMENT_TARGET
cargo build \
Expand Down

0 comments on commit 4cf0179

Please sign in to comment.