Skip to content

Commit 935d8db

Browse files
committed
wip
1 parent a6f3bf1 commit 935d8db

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust
22

33
on:
44
push:
5-
branches: ["release/*"]
5+
branches: ["bugfix/ci-openssl-musl-build", "release/*"]
66
# pull_request:
77
# branches: [ "main" ]
88

@@ -19,19 +19,19 @@ jobs:
1919
uses: actions/checkout@v4
2020
- name: Run tests
2121
run: cargo test
22-
publish_cratesio:
23-
needs: test
24-
name: Publish to crates.io
25-
runs-on: ubuntu-latest
26-
steps:
27-
- name: Checkout Repo
28-
uses: actions/checkout@v4
29-
- name: Install Extra Cargo Crates
30-
run: cargo install cargo-caw-publish
31-
- name: Publish to crates.io
32-
env:
33-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
34-
run: cargo caw-publish
22+
#publish_cratesio:
23+
# needs: test
24+
# name: Publish to crates.io
25+
# runs-on: ubuntu-latest
26+
# steps:
27+
# - name: Checkout Repo
28+
# uses: actions/checkout@v4
29+
# - name: Install Extra Cargo Crates
30+
# run: cargo install cargo-caw-publish
31+
# - name: Publish to crates.io
32+
# env:
33+
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
34+
# run: cargo caw-publish
3535
github_release_create:
3636
needs: test
3737
name: Github Release - Creating Release
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Dependencies - musl
8383
if: matrix.rust_target == 'x86_64-unknown-linux-musl'
8484
run: |
85-
sudo apt-get install -y --no-install-recommends musl-tools libssl-dev
85+
sudo apt-get install -y musl-tools libssl-dev
8686
rustup target add x86_64-unknown-linux-musl
8787
8888
- name: Build

0 commit comments

Comments
 (0)