Skip to content

Commit a976850

Browse files
SolitudePySolitudePy
authored andcommitted
Test2
1 parent 3e09c45 commit a976850

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616

17-
# Set up MinGW for compiling C code
18-
- name: Set up MinGW
19-
uses: lucacome/action-setup-mingw@v1
20-
with:
21-
architecture: x64
17+
# Install MinGW
18+
- name: Install MinGW
19+
run: |
20+
choco install mingw -y
21+
echo "C:\Program Files\mingw-w64\bin" >> $env:GITHUB_PATH
2222
2323
# Compile the C file
2424
- name: Compile test.c

0 commit comments

Comments
 (0)