Skip to content

experiment: build RTS outside of Nix environment #7

experiment: build RTS outside of Nix environment

experiment: build RTS outside of Nix environment #7

# Build RTS outside of Nix environment
name: RTS
on:
push:
branches: [ "master" ]
pull_request:
jobs:
build-outside-nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Download dependencies
run: |
sudo apt install -y llvm
git clone --branch v1.2.0 --depth 1 https://github.com/libtom/libtommath ../libtommath
- name: Build RTS
run: make -C rts