Initial working version of the new frontend #26
Workflow file for this run
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
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 |