Skip to content

Commit

Permalink
ci: macos ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 18, 2024
1 parent 8783443 commit 43f2b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/amd64_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
-v
- name: Install
run: >
sudo cmake --build build
ls -l
&& cmake --build build
--config ${{ matrix.cmake.config }}
--target ${{ matrix.cmake.install_target }}
-v
3 changes: 2 additions & 1 deletion .github/workflows/arm64_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
-v
- name: Install
run: >
sudo cmake --build build
ls -R install
&& cmake --build build
--config ${{ matrix.cmake.config }}
--target ${{ matrix.cmake.install_target }}
-v

0 comments on commit 43f2b7f

Please sign in to comment.