mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-12-22 11:00:44 -06:00
Compare commits
No commits in common. "674813e9b798c88e69da41e3d502fd64578dd8b2" and "6e6529ed0dd69380c9d84d75d81f993067621096" have entirely different histories.
674813e9b7
...
6e6529ed0d
2 changed files with 4 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: jiro4989/setup-nim-action@v2
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
|
with:
|
||||||
|
nim-version: 2.0.8
|
||||||
|
|
||||||
- uses: goto-bus-stop/setup-zig@v2
|
- uses: goto-bus-stop/setup-zig@v2
|
||||||
|
|
||||||
- name: Bootstrap with installed version
|
- name: Bootstrap with installed version
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version = "2024.1004"
|
version = "2024.1003"
|
||||||
author = "Daylin Morgan"
|
author = "Daylin Morgan"
|
||||||
description = "build nim binaries for all the platforms"
|
description = "build nim binaries for all the platforms"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue