Skip to content

fix: sometimes the releases have no v prefix #44

fix: sometimes the releases have no v prefix

fix: sometimes the releases have no v prefix #44

Workflow file for this run

name: test action
on:
push:
jobs:
test-action:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ./
with:
fstar: v2025.01.17
- run: |
echo "F* version"
fstar.exe --version
echo "hax version"
cargo hax --version