mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Don't rm cached
This commit is contained in:
1
.github/workflows/bun-linux-build.yml
vendored
1
.github/workflows/bun-linux-build.yml
vendored
@@ -55,7 +55,6 @@ jobs:
|
||||
webkit_basename: "bun-webkit-linux-arm64-lto"
|
||||
|
||||
steps:
|
||||
- run: git rm --cached src/deps/libbacktrace
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
1
.github/workflows/bun-mac-aarch64.yml
vendored
1
.github/workflows/bun-mac-aarch64.yml
vendored
@@ -41,7 +41,6 @@ jobs:
|
||||
arch: aarch64
|
||||
tag: bun-obj-darwin-aarch64
|
||||
steps:
|
||||
- run: git rm --cached src/deps/libbacktrace
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
1
.github/workflows/bun-mac-x64-baseline.yml
vendored
1
.github/workflows/bun-mac-x64-baseline.yml
vendored
@@ -41,7 +41,6 @@ jobs:
|
||||
# arch: aarch64
|
||||
# tag: bun-obj-darwin-aarch64
|
||||
steps:
|
||||
- run: git rm --cached src/deps/libbacktrace
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
1
.github/workflows/bun-mac-x64.yml
vendored
1
.github/workflows/bun-mac-x64.yml
vendored
@@ -41,7 +41,6 @@ jobs:
|
||||
# arch: aarch64
|
||||
# tag: bun-obj-darwin-aarch64
|
||||
steps:
|
||||
- run: git rm --cached src/deps/libbacktrace
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
Reference in New Issue
Block a user