Skip to content

update to elements 2.2.0-alpha.21 and function 1.11.0-alpha.18 #69

update to elements 2.2.0-alpha.21 and function 1.11.0-alpha.18

update to elements 2.2.0-alpha.21 and function 1.11.0-alpha.18 #69

Workflow file for this run

name: Build on PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: repos/BuildingBlocks
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
- run: dotnet tool install -g hypar.cli --version 1.6.0
- run: echo "${HOME}/.dotnet/tools" >> $GITHUB_PATH
- run:
cd repos/BuildingBlocks;
bash build-all.sh;