Skip to content

Commit

Permalink
Use llvm17 in FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 22, 2024
1 parent ec2a464 commit 7a8cbe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-tier2-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: [workflow_dispatch]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: RelWithDebInfo

CXX: clang++-17

jobs:

Expand All @@ -25,12 +25,12 @@ jobs:
id: test
uses: vmactions/freebsd-vm@v1
with:
envs: 'BUILD_TYPE'
envs: 'BUILD_TYPE CXX'
usesh: true
sync: rsync
# release: "14.0"
prepare: >
pkg install -y cmake pkgconf gtkmm30 gettext libiconv
pkg install -y cmake pkgconf gtkmm30 gettext libiconv llvm17
run: >
mkdir build && cd build
Expand Down

0 comments on commit 7a8cbe2

Please sign in to comment.