We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d198cc commit 0753f6aCopy full SHA for 0753f6a
.github/workflows/bun-compile.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Create entry point
41
run: |
42
- printf 'process.argv[1] = process.execPath;\nawait import("@augmentcode/auggie");\n' > augment.mjs
+ echo 'await import("@augmentcode/auggie");' > augment.mjs
43
44
- name: Compile binary
45
run: bun build augment.mjs --compile --target=${{ matrix.target }} --outfile=${{ matrix.output }}
0 commit comments