diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54125aa..64e2757 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,17 +6,17 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - name: Setup msys2 - uses: msys2/setup-msys2@v2 + - name: Setup msvc + uses: ilammy/msvc-dev-cmd@v1 - name: Download c3 tool (Windows) run: Invoke-WebRequest -Uri https://github.com/c3lang/c3c/releases/download/latest/c3-windows.zip -OutFile c3-windows.zip - name: Extract c3 tool run: Expand-Archive -Path c3-windows.zip -DestinationPath c3 - - name: Install necessary libraries and Setup MSVC - run: | - Invoke-WebRequest -Uri https://gist.githubusercontent.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977/raw/9f8555326867d4ecba70ee07f105f159f5d8afd5/portable-msvc.py -OutFile portable-msvc.py - python portable-msvc.py --accept-license - .\msvc\setup_x64.bat + #- name: Install necessary libraries and Setup MSVC + # run: | + # Invoke-WebRequest -Uri https://gist.githubusercontent.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977/raw/9f8555326867d4ecba70ee07f105f159f5d8afd5/portable-msvc.py -OutFile portable-msvc.py + # python portable-msvc.py --accept-license + # .\msvc\setup_x64.bat - name: List directory structure run: Get-ChildItem -Recurse - name: Build with c3