Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NexushasTaken authored Dec 2, 2024
1 parent 0394c1c commit 391768d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
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
# 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
# - name: Setup MSVC
# run: .\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
Expand Down

0 comments on commit 391768d

Please sign in to comment.