Skip to content

Commit c85dd07

Browse files
chore: remove customization, packages now work oob with binstall
1 parent 17913c7 commit c85dd07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install cocogitto to get the next version number
138138
shell: bash
139139
run: |
140-
cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
140+
cargo binstall --no-confirm cocogitto
141141
142142
- name: Calculate next version
143143
shell: bash

.github/workflows/lint-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install cocogitto to get the next version number
7575
shell: bash
7676
run: |
77-
cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
77+
cargo binstall --no-confirm cocogitto
7878
7979
- name: Check the commits
8080
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install cocogitto to get the next version number
9191
shell: bash
9292
run: |
93-
cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
93+
cargo binstall --no-confirm cocogitto
9494
9595
- name: Bump
9696
shell: bash

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install cocogitto to get the next version number
8585
shell: bash
8686
run: |
87-
cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
87+
cargo binstall --no-confirm cocogitto
8888
8989
- name: Bump
9090
shell: bash

0 commit comments

Comments
 (0)