build: Limit rust jobs
This commit is contained in:
parent
5de67c8641
commit
fef96de3c4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -53,6 +53,8 @@ jobs:
|
|||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
- name: Limit Rust Jobs
|
||||
run: echo "export CARGO_BUILD_JOBS=1" >> $GITHUB_ENV
|
||||
- uses: moonrepo/setup-rust@v1
|
||||
- name: Install Fastlane
|
||||
run: gem install fastlane -NV
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue