FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Java] Rename and restore macOS build · quantdev/simple-binary-encoding@4c38ea2 · GitHub

Commit 4c38ea2

Browse files
committed
[Java] Rename and restore macOS build
1 parent 8b5bab0 commit 4c38ea2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: ./cppbuild/cppbuild
138138

139139
cpp-clang-macos-build:
140-
name: C++ Clang ${{ matrix.version }} (macOS)
140+
name: C++ Xcode ${{ matrix.version }} (macOS)
141141
runs-on: macOS-latest
142142
strategy:
143143
matrix:
@@ -146,6 +146,8 @@ jobs:
146146
CC: clang
147147
CXX: clang++
148148
steps:
149+
- name: Checkout code
150+
uses: actions/checkout@v2
149151
- name: Install compiler
150152
run: |
151153
sudo xcode-select -switch /Applications/Xcode_${{ matrix.version }}.app

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL