-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Nimaoth/Absytree
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,14 @@ jobs: | |
- run: apt-get install gcc-mingw-w64 libx11-xcb-dev curl wget build-essential git musl-tools -y | ||
continue-on-error: true | ||
|
||
- name: Install stable rust toolchain | ||
uses: dtolnay/[email protected] | ||
|
||
- name: Setup cmake | ||
uses: jwlawson/actions-setup-cmake@v2 | ||
with: | ||
cmake-version: '3.29.3' | ||
|
||
# install choosenim and nim | ||
#- run: wget https://nim-lang.org/choosenim/init.sh -O init-choosenim.sh | ||
#- run: ls -la | ||
|
@@ -110,6 +118,47 @@ jobs: | |
steps: | ||
- name: Checkout the repo | ||
uses: actions/[email protected] | ||
|
||
- run: rustc --version | ||
continue-on-error: true | ||
- run: cmake --version | ||
continue-on-error: true | ||
|
||
- name: Setup cmake | ||
uses: jwlawson/actions-setup-cmake@v2 | ||
with: | ||
cmake-version: '3.29.3' | ||
|
||
#- uses: hecrj/setup-rust-action@v2 | ||
# with: | ||
# rust-version: stable | ||
- name: Install latest nightly | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
override: true | ||
|
||
- run: rustc --version | ||
continue-on-error: true | ||
- run: cmake --version | ||
continue-on-error: true | ||
|
||
- run: SET TMP=C:\Temp | ||
continue-on-error: true | ||
- run: SET TEMP=C:\Temp | ||
continue-on-error: true | ||
- run: echo %TMP% | ||
continue-on-error: true | ||
- run: echo %TEMP% | ||
continue-on-error: true | ||
|
||
- run: $env:TMP = "$env:USERPROFILE\T" | ||
continue-on-error: true | ||
- run: $env:TEMP = "$env:USERPROFILE\T" | ||
continue-on-error: true | ||
- run: echo $env:TMP $env:TEMP | ||
continue-on-error: true | ||
|
||
- uses: iffy/install-nim@v5 | ||
with: | ||
version: binary:2.0.6 | ||
|