Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 3, 2024
1 parent 17f46ec commit 151185c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,15 @@
name: Release

on:
push:

permissions:
contents: read

jobs:
integrity:
name: Integrity
runs-on: ubuntu-20.04
steps:
- run: wget https://github.com/bazelbuild/rules_rust/releases/download/0.36.2/rules_rust-v0.36.2.tar.gz
- run: shasum --algorithm 256 rules_rust-v0.36.2.tar.gz | awk '{ print $1 }' | xxd -r -p | base64

0 comments on commit 151185c

Please sign in to comment.