Skip to content

Commit

Permalink
Pin Trunk in main CI as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Mar 15, 2024
1 parent 18a0c56 commit 75e33c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:

jobs:
build-github-pages:
name: Build GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # repo checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
args: --all-features -- -D warnings

trunk:
name: trunk
name: Trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -116,6 +116,6 @@ jobs:
target: wasm32-unknown-unknown
override: true
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.8/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Build
run: ./trunk build

0 comments on commit 75e33c5

Please sign in to comment.