diff options
author | 2022-11-11 00:51:39 -0800 | |
---|---|---|
committer | 2022-11-11 00:51:39 -0800 | |
commit | 55488ad77fa78f72c29b39b15f6761572c6ccdc8 (patch) | |
tree | 295f3533728ec112c2c8814abe94d63841d1ae01 | |
parent | 23fd28afc3d9d3a41c58d5f774a6564019b1d970 (diff) | |
download | bun-55488ad77fa78f72c29b39b15f6761572c6ccdc8.tar.gz bun-55488ad77fa78f72c29b39b15f6761572c6ccdc8.tar.zst bun-55488ad77fa78f72c29b39b15f6761572c6ccdc8.zip |
try this
-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 |