Skip to content

Commit

Permalink
CI/CD: use libacars unstable branch when not building in master
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Oct 19, 2024
1 parent 236a28e commit fdae059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
cd "$RUNNER_TEMP"
git clone https://github.com/szpajder/libacars.git
cd libacars
if [[ "${{ github.ref_name }}" == "master" ]]; then branch=master; else branch=unstable; fi
echo "libacars branch used: "$branch"
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit fdae059

Please sign in to comment.