Skip to content

Commit

Permalink
Build with Forge v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cwbaker committed Jul 14, 2024
1 parent e5baa39 commit 7267c0a
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 @@ -20,7 +20,7 @@ jobs:
- name: Install Forge
run: |
OS=$(echo ${RUNNER_OS} |tr '[:upper:]' '[:lower:]')
curl -L https://github.com/cwbaker/forge/releases/download/v0.9.0/forge-${OS}-v0.9.0.tar.gz >forge.tar.gz
curl -L https://github.com/cwbaker/forge/releases/download/v0.9.7/forge-${OS}-v0.9.7.tar.gz >forge.tar.gz
tar -xvf forge.tar.gz
shell: bash
- name: Build
Expand Down

0 comments on commit 7267c0a

Please sign in to comment.