Checkout correctly and optionally select tag

This commit is contained in:
Pranav Gaddamadugu 2024-11-19 20:15:19 -08:00
parent 45f67ba599
commit ad3bbe5746

View File

@ -6,8 +6,8 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to run CI on'
required: true
description: 'Optional tag to build'
required: false
env:
RUST_BACKTRACE: 0
@ -62,6 +62,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust
uses: dtolnay/rust-toolchain@stable