This commit is contained in:
parent
34d134d39b
commit
f0f5832514
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ jobs:
|
|||
profile install nixpkgs#devenv --priority 4
|
||||
- run: devenv shell pnpm install
|
||||
- run: | # https://github.com/oxc-project/oxc/issues/1690#issuecomment-1858814377
|
||||
nix run nixpkgs#patchelf -- \
|
||||
nix \
|
||||
--extra-experimental-features nix-command \
|
||||
--extra-experimental-features flakes \
|
||||
run nixpkgs#patchelf -- \
|
||||
--set-interpreter "$(nix eval nixpkgs#stdenv.cc.bintools.dynamicLinker --raw)" \
|
||||
/workspace/pomp/pompy.dev/node_modules/@oxlint/linux-x64-gnu/oxlint
|
||||
- run: devenv shell pnpm lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue