Skip to content

Commit

Permalink
use hash
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Jan 9, 2025
1 parent a77e01e commit 85b80ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
CARGO_TERM_COLOR: always
RUST_BINARY_NAME: tangram
RUST_REPO: tangramdotdev/tangram
RUST_REPO_BRANCH: main
RUST_REV: 57c9cd4f999f381c9e03e8ff2ba807b22c0d72b2

jobs:
build-and-run:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
repository: ${{ env.RUST_REPO }}
path: tangram
ref: ${{ env.RUST_REPO_BRANCH }}
ref: ${{ env.RUST_REV }}

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 85b80ec

Please sign in to comment.