mirror of
https://github.com/cwbaker/lalr.git
synced 2026-09-26 16:33:18 +03:00
Use Forge v0.5.22 to build with Github Actions
This commit is contained in:
parent
00b560bd82
commit
1140935f8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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.2.18/forge-${OS}-v0.2.18.tar.gz > forge.tar.gz
|
||||
curl -L https://github.com/cwbaker/forge/releases/download/v0.5.22/forge-${OS}-v0.5.22.tar.gz > forge.tar.gz
|
||||
tar -xvf forge.tar.gz
|
||||
shell: bash
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue