Skip to content

Commit

Permalink
add clang 16b support
Browse files Browse the repository at this point in the history
  • Loading branch information
Владимир Чиж authored and Владимир Чиж committed Feb 29, 2024
1 parent 787fc80 commit ebf7111
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Update Mac OS package manager
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
run: |
brew update
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install clang
run: |
Expand Down

0 comments on commit ebf7111

Please sign in to comment.