diff options
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index f7116d6ee..52585bb26 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -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 diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml index 1498e160b..ca3cb5cef 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -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 diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index 1f5726cb0..5a84c192c 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -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 diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index 9853ddd5a..9e6fff7ba 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -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 |