Skip to content

Commit

Permalink
Try to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 5, 2024
1 parent c7cfd5c commit 95ceeb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Bend
uses: hustcer/setup-bend@v1
uses: hustcer/setup-bend@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Bend
uses: hustcer/setup-bend@v1
uses: hustcer/setup-bend@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion nu/bend.nu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export def 'setup bend' [cacheHit: bool = false] {
print $'Cargo version: (ansi g)(cargo --version)(ansi reset)'
if $cacheHit != true {
print 'Installing Hvm2...'; hr-line
cargo install hvm
cargo install hvm --force
}
print $'Hvm version: (ansi g)(hvm --version)(ansi reset)'
if $cacheHit != true {
Expand Down

0 comments on commit 95ceeb6

Please sign in to comment.