Skip to content

Commit

Permalink
chore(release): try again
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Nov 19, 2024
1 parent 31fdaff commit 41c5e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ jobs:
container-options: "--rm"
- host: ubuntu-latest
container-options: "--platform=linux/amd64 --rm"
container-setup: "apt-get update && apt-get install -y curl musl-tools sudo unzip"
target: "x86_64-unknown-linux-musl"
setup: "apt-get install -y build-essential clang-5.0 lldb-5.0 llvm-5.0-dev libclang-5.0-dev"
setup: "sudo apt-get && sudo apt-get install -y build-essential clang lldb llvm libclang curl musl-tools sudo unzip"
- host: ubuntu-latest
container-options: "--rm"
target: "aarch64-unknown-linux-musl"
Expand Down

0 comments on commit 41c5e41

Please sign in to comment.