Skip to content

Commit

Permalink
Trying downloading llvm from my gdrive mk4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrainge committed Jan 15, 2025
1 parent 9dc5ce9 commit 70ca9a7
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 -DLLVM_DIR="$(pwd)\llvm-dl\19.1.6-lto\lib\cmake\llvm" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ --preset=cibuild .. -G Ninja
run: cmake -DCMAKE_MAKE_PROGRAM=C:\ProgramData\chocolatey\bin\ninja.exe -DLLVM_DIR="D:/a/sorth/sorth/llvm-dl/llvm-dl/19.1.6-lto/lib/cmake/llvm" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ --preset=cibuild .. -G Ninja
working-directory: build

# Configure CMake (Linux/macOS)
Expand Down

0 comments on commit 70ca9a7

Please sign in to comment.