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
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.3'
|
ruby-version: '3.3'
|
||||||
|
- name: Limit Rust Jobs
|
||||||
|
run: echo "export CARGO_BUILD_JOBS=1" >> $GITHUB_ENV
|
||||||
- uses: moonrepo/setup-rust@v1
|
- uses: moonrepo/setup-rust@v1
|
||||||
- name: Install Fastlane
|
- name: Install Fastlane
|
||||||
run: gem install fastlane -NV
|
run: gem install fastlane -NV
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue