Skip to content

Commit

Permalink
don't install cmake on xcode build
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 16, 2023
1 parent a7eeb0c commit 773a470
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test CI/CD
name: Test CI / CD

on:
push:
Expand All @@ -25,9 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install cmake
run: brew install cmake

- name: Build
run: |
xcodebuild -project experiment.xcodeproj -scheme experiment -configuration Release build

0 comments on commit 773a470

Please sign in to comment.