Skip to content

Commit

Permalink
unistd
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Aug 22, 2024
1 parent caf8407 commit 5ae486a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
cp C:\dirent\dirent-1.24\include\dirent.h "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\include"
shell: pwsh

- name: Get unistd
run: |
curl -L https://github.com/win32ports/unistd_h/blob/master/unistd.h -o "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\include\unistd.h"
- name: Download and Install Clang
run: |
./scripts/install_llvm.bat
Expand Down

0 comments on commit 5ae486a

Please sign in to comment.