Update run-test-manually.yml

This commit is contained in:
Jarred Sumner
2023-03-04 17:18:15 -08:00
parent 7dde3d4974
commit cfa21dc9d0

View File

@@ -26,7 +26,7 @@ jobs:
run: |
npm install @oven/bun-${{matrix.tag}}@canary
chmod +x node_modules/@oven/bun-${{matrix.tag}}/bin/bun
cp node_modules/@oven/bun-${{matrix.tag}}/bin/bun /usr/bin/bun
sudo cp node_modules/@oven/bun-${{matrix.tag}}/bin/bun /usr/bin/bun
- id: test
name: Test
run: |