Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Jul 16, 2024
1 parent 6723c6c commit bdbeb2d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
- 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
Expand Down Expand Up @@ -110,6 +118,13 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]

- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable

- run: winget install Kitware.CMake

- uses: iffy/install-nim@v5
with:
version: binary:2.0.6
Expand Down

0 comments on commit bdbeb2d

Please sign in to comment.