Skip to content

Commit

Permalink
chore(core): increase freebsd mem, and remove dist from copying (#17751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored Jun 23, 2023
1 parent ef8c4ed commit 727590a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
with:
envs: DEBUG RUSTUP_HOME CARGO_HOME RUSTUP_IO_THREADS
usesh: true
mem: 3000
mem: 4096
prepare: |
pkg install -y -f curl node libnghttp2 npm
npm install --location=global --ignore-scripts pnpm
Expand All @@ -192,6 +192,7 @@ jobs:
pnpm install --frozen-lockfile --ignore-scripts
pnpm nx run-many --target=build-native -- --target=x86_64-unknown-freebsd
rm -rf node_modules
rm -rf dist
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

1 comment on commit 727590a

@vercel
Copy link

@vercel vercel bot commented on 727590a Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.