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, 4 insertions, 0 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index 52585bb26..f7116d6ee 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -55,6 +55,7 @@ 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 ca3cb5cef..1498e160b 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -41,6 +41,7 @@ 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 5a84c192c..1f5726cb0 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -41,6 +41,7 @@ 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 9e6fff7ba..9853ddd5a 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -41,6 +41,7 @@ jobs: # arch: aarch64 # tag: bun-obj-darwin-aarch64 steps: + - run: git rm --cached src/deps/libbacktrace - uses: actions/checkout@v3 with: submodules: recursive |