Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 30, 2025
1 parent b9a7940 commit 31f46c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ jobs:
os: [buildjet-4vcpu-ubuntu-2204, self-hosted-laptop-macos-m1, self-hosted-laptop-windows-i7]
fail-fast: false
env:
# Helps with toolchain tests
PROTO_NODE_VERSION: '*'
# Configures sccache
# sccache
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# RUST_LOG: trace
Expand All @@ -93,6 +91,9 @@ jobs:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.45.1' # Keep in sync
# Fixes issues where proto can't find a version because nothing is pinned globally
- run: cp .prototools ~/.proto/.prototools
if: ${{ runner.os == 'Linux' }}
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 31f46c9

Please sign in to comment.