Skip to content

Commit

Permalink
Reorder workflow to debug it.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhujer committed Apr 30, 2024
1 parent c7819d9 commit e5c8a0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/clang-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: patch to zsh
run: ./configure.sh
- name: make
run: make CC=clang
- name: make using zsh instead of bash
run: ./configure.sh && make CC=clang

0 comments on commit e5c8a0b

Please sign in to comment.