Skip to content

Commit

Permalink
Reverting workaround for Windows, and trying clang++-14 for linux-build
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Oct 29, 2023
1 parent 316d843 commit d3920cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux Build

on:
push:
branches: [ master ]
branches: [ master, win_rev_linux_fix ]
paths:
- ".github/workflows/linux_build.yml"
- "include/**"
Expand All @@ -27,12 +27,12 @@ jobs:
matrix:
cxx:
- g++-10
- clang++-12
- clang++-14
include:
- cxx: g++-10
compiler: g++-10
- cxx: clang++-12
compiler: clang++-12
- cxx: clang++-14
compiler: clang++-14
env:
CXX: ${{matrix.cxx}}
CMAKE_PREFIX_PATH: ${{github.workspace}}/.local
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/windows_build_no_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Remove Strawberry Perl from PATH
run: |
$env:PATH = $env:PATH -replace "C:\\Strawberry\\c\\bin;", ""
"PATH=$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Configure CMake
run: cmake -S . -B build "-DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DQUICK_FTXUI_FETCH_BOOST=ON

Expand Down

0 comments on commit d3920cc

Please sign in to comment.