Skip to content

Commit

Permalink
ci: Fix Linux stable build
Browse files Browse the repository at this point in the history
Fix Linux stable build by adding file extension
  • Loading branch information
okuoku committed Sep 11, 2022
1 parent fa6ad3f commit 83bb607
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 @@ -68,7 +68,7 @@ jobs:
# TODO(higepon): Replace this with 0.2.8 when it's released.
run: >
wget "https://github.com/higepon/mosh/releases/download/${{ env.mosh_stable }}/${{ env.mosh_stable }}.tar.gz" &&
tar zvxf "${{ env.mosh_stable }}" &&
tar zvxf "${{ env.mosh_stable }}.tar.gz" &&
cd $STABLE_MOSH_PATH &&
./configure &&
make &&
Expand Down

0 comments on commit 83bb607

Please sign in to comment.