Skip to content

Commit

Permalink
fix pre build
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Nov 27, 2024
1 parent 80377c2 commit ef2b6a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/pre_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ if (process.env.GITHUB_ENV) {
console.log('Adding ENV', ffmpeg)
await fs.appendFile(process.env.GITHUB_ENV, ffmpeg)
}
if (platform == 'macos') {
await fs.appendFile(process.env.GITHUB_ENV, embed_metal)
}
if (platform == 'windows') {
const openblas = `OPENBLAS_PATH=${exports.openBlas}\n`
console.log('Adding ENV', openblas)
Expand Down

0 comments on commit ef2b6a1

Please sign in to comment.