Skip to content

Commit

Permalink
gha: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Nov 10, 2024
1 parent 038216b commit 0fb06e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/harfbuzz-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: matrix.env.os == 'ubuntu-latest'
run: |
sudo apt-get update && sudo apt-get install -y meson ninja-build nasm
hb_ver = `cat HarfBuzz/version`
hb_ver = $(cat ./HarfBuzz/version)
git clone --recurse-submodules https://github.com/harfbuzz/harfbuzz.git -b ${hb_ver} --depth=1 harfbuzz-${hb_ver}
cd harfbuzz-${hb_ver}
Expand Down

0 comments on commit 0fb06e4

Please sign in to comment.