Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Dec 6, 2023
1 parent 277fbd8 commit 2e94fdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3


- name: update homebrew
run: |
brew update
- name: Install llvm
run: |
brew install llvm
- name: Install cmake HEAD
run: |
brew unlink cmake
brew install cmake --HEAD
- name: Cmake and Compile
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Tests](https://github.com/gen740/Argo/actions/workflows/test.yml/badge.svg)](https://github.com/gen740/Argo/actions/workflows/test.yml)

# Argo
C++ mordern and safest argument parser, using C++ modules and metaprogramming.

Expand Down

0 comments on commit 2e94fdf

Please sign in to comment.