Skip to content

Commit

Permalink
add core and c++
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 4, 2024
1 parent 5e827cf commit ebb3c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
curl https://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%205%20series/5.1.0-tdm-1%20DW2/gcc-5.1.0-tdm-1-dw2-core.zip/download -o compiler.zip -L
7z x compiler.zip -o"C:/TDM-GCC-5.1.0"
curl https://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%205%20series/5.1.0-tdm-1%20DW2/gcc-5.1.0-tdm-1-dw2-c++.zip/download -o compiler2.zip -L
7z x compiler2.zip -o"C:/TDM-GCC-5.1.0" -aoa
- name: Install Ninja
run: |
Expand Down

0 comments on commit ebb3c7e

Please sign in to comment.