fix: source bashrc before Nix shell commands in publish workflow
This commit is contained in:
parent
f6baf9f2b2
commit
a7614cb4ea
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install, build, and publish in Nix shell
|
- name: Install, build, and publish in Nix shell
|
||||||
run: |
|
run: |
|
||||||
|
source /etc/bashrc
|
||||||
nix shell nixpkgs#nodejs_24 nixpkgs#pnpm -c sh -lc '
|
nix shell nixpkgs#nodejs_24 nixpkgs#pnpm -c sh -lc '
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue