Skip to content

Commit

Permalink
Update woa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Mar 13, 2024
1 parent 5ecff1b commit c47f57b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/woa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:

- name: Install LLVM
run: |
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/LLVM-18.1.1-woa64.exe
LLVM-18.1.1-woa64.exe
echo %PROCESSOR_ARCHITECTURE%
systeminfo
gcc -v
#wget https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/LLVM-18.1.1-woa64.exe
#LLVM-18.1.1-woa64.exe
- name: Build
run: |
Expand Down

0 comments on commit c47f57b

Please sign in to comment.