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 391768d commit fbcee19
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbcee19

Please sign in to comment.