Skip to content

Commit

Permalink
Trying downloading llvm from my gdrive mk8.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrainge committed Jan 16, 2025
1 parent 244591f commit 190c873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
# Configure CMake (Windows)
- name: Configure CMake (Windows)
if: ${{ runner.os == 'Windows' }}
run: cmake .. -DCMAKE_MAKE_PROGRAM=C:\ProgramData\chocolatey\bin\ninja.exe --preset=default -DLLVM_DIR="D:/a/sorth/sorth/llvm-dl/llvm-dl/19.1.6-lto/lib/cmake/llvm" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G Ninja
run: cmake .. -DCMAKE_MAKE_PROGRAM=C:\ProgramData\chocolatey\bin\ninja.exe -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake --preset=default -DLLVM_DIR="D:/a/sorth/sorth/llvm-dl/llvm-dl/19.1.6-lto/lib/cmake/llvm" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G Ninja
working-directory: build

# Configure CMake (Linux/macOS)
Expand Down

0 comments on commit 190c873

Please sign in to comment.