Skip to content

Commit

Permalink
[CI] Another try to make Ninja alive [8]...
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Jan 22, 2024
1 parent f783f81 commit caf5eaf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
msbuild-architecture: x64

# Setup Python of specific version
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

# Check cache of Boost & LLVM - take if exists
# Build Boost 1.81.0
- name: Install Boost 1.81.0
Expand Down Expand Up @@ -75,9 +81,6 @@ jobs:
# Build our project. TODO: Add support of Ninja build system!!!
- name: Build RG3
uses: actions/setup-python@v5
with:
python-version: '3.10'
env:
LLVM_DIR: ${{ github.workspace }}/llvm_repo/build/lib/cmake/llvm
CLANG_DIR: ${{ github.workspace }}/llvm_repo/build/lib/cmake/clang
Expand Down

0 comments on commit caf5eaf

Please sign in to comment.