Skip to content

Commit

Permalink
Build Bolero with a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Aug 26, 2023
1 parent 851929c commit 8ab4d42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git submodule update --init --recursive
pushd ref/bolero
git checkout master
git checkout $BOLERO_BRANCH
git pull
./build.ps1 -t build -c Debug
popd
Expand All @@ -53,3 +53,6 @@ jobs:
destination-repository-name: fsbolero.github.io
user-email: [email protected]
target-branch: master

env:
BOLERO_BRANCH: releases/v0.22

0 comments on commit 8ab4d42

Please sign in to comment.