Skip to content

Initial working version of the new frontend #26

Initial working version of the new frontend

Initial working version of the new frontend #26

Workflow file for this run

name: Build Windows
on:
push:
pull_request:
env:
DEV_DOWNLOAD: #TODO
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# TODO: Get anydsl package
# - name: Download dev environment
# run: wget -O dev_env.7z ${{ env.DEV_DOWNLOAD }}
# - name: Extract dev environment
# run: 7z x archive.zip