Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Jun 6, 2024
1 parent 0680e71 commit 1b58eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Install dependencies
id: install-dependencies
run: |
yum install -y git
rm --force /hbb/bin/git
ln -s /usr/bin/git /hbb/bin/git
yum install -y git
rm --force /hbb/bin/git
ln -s /usr/bin/git /hbb/bin/git

- name: Create io directories
id: mkdir-io
Expand Down

0 comments on commit 1b58eab

Please sign in to comment.