File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : Datadog/action-prebuildify/.github/workflows/build.yml@main
11+ uses : Datadog/action-prebuildify/.github/workflows/build.yml@rochdev/install-cargo-for-rust
1212 with :
1313 package-manager : ' npm'
1414 cache : false
Original file line number Diff line number Diff line change @@ -9,11 +9,7 @@ const uid = process.getuid()
99const gid = process . getgid ( )
1010const opts = { cwd, stdio, uid, gid }
1111
12- if ( process . env . CI ) {
13- execSync ( `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --verbose && npm run --silent build` , opts )
14- } else {
15- execSync ( 'npm run --silent build' , opts )
16- }
12+ execSync ( 'npm run --silent build' , opts )
1713
1814const express = require ( 'express' )
1915const bodyParser = require ( 'body-parser' )
You can’t perform that action at this time.
0 commit comments