Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon authored Nov 8, 2024
1 parent 479d4ba commit c94facc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
set -x
# Clone Ring repository
git clone --depth 1 --branch ${{ inputs.version }} https://github.com/ring-lang/ring $HOME/ring
git clone --depth 1 --branch ${{ inputs.version }} -q https://github.com/ring-lang/ring $HOME/ring
cd $HOME/ring
# Install dependencies
Expand Down

0 comments on commit c94facc

Please sign in to comment.