mirror of
https://github.com/cwbaker/lalr.git
synced 2026-09-26 16:33:18 +03:00
Build with Forge v0.9.7
This commit is contained in:
parent
e5baa3920b
commit
7267c0a137
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
|
- name: Install Forge
|
||||||
run: |
|
run: |
|
||||||
OS=$(echo ${RUNNER_OS} |tr '[:upper:]' '[:lower:]')
|
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
|
tar -xvf forge.tar.gz
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue