Skip to content

Commit

Permalink
chore: install trunk without evil features (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Dec 17, 2024
1 parent 34274d9 commit 87a359b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@ jobs:
- name: 📝 Check spelling using typos-action
uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4

- name: 📥 Cached install trunk
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
- name: 📥 Cached Install trunk
uses: baptiste0928/cargo-install@v3
with:
tool: trunk@0.21.5
crate: trunk
version: "0.21.5"
locked: true
args: --no-default-features
features: rustls

- name: 📥 Cached install cargo-auditable
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
- os: "windows-latest"
symbol: 🪟
install: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static-md
choco install wget -y
name: ${{matrix.symbol}}
Expand All @@ -64,8 +62,6 @@ jobs:
- name: 🛠️ Setup | Install dependencies
if: matrix.install != ''
run: ${{ matrix.install }}
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

- name: 📝 Check spelling using typos-action
uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4
Expand Down Expand Up @@ -100,11 +96,14 @@ jobs:
run: |
cargo test --all
- name: 📥 Cached install trunk
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
- name: 📥 Cached Install trunk
uses: baptiste0928/cargo-install@v3
with:
tool: trunk@0.21.5
crate: trunk
version: "0.21.5"
locked: true
args: --no-default-features
features: rustls

- name: 📥 Cached install cargo-auditable
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
Expand Down

0 comments on commit 87a359b

Please sign in to comment.