Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Oct 19, 2024
1 parent fdae059 commit 71e325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
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"
echo "libacars branch used: $branch"
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 71e325d

Please sign in to comment.