Skip to content

Commit

Permalink
serup
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Mar 31, 2024
1 parent 161be27 commit c861470
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# - name: Install Mono
# run: brew install mono
- name: Compile C# Program
run: csc /out:YourProgram.exe YourProgram.cs

- name: Install curl
run: choco install curl -y
- name: Install unzip
run: choco install unzip -y
- name: Install Mono
run: choco install mono -y

- name: Compile C# Program
run: csc /out:YourProgram.exe YourProgram.cs


- name: download llamafile
run: curl -L -o llamafile-0.6.2.zip https://github.com/Mozilla-Ocho/llamafile/releases/download/0.6.2/llamafile-0.6.2.zip
Expand Down

0 comments on commit c861470

Please sign in to comment.