Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Try fix windows install workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Jul 23, 2023
1 parent 9d23bbb commit 3c43f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build

- name: Install Windows
- name: Install for Windows
if: ${{ matrix.os == 'windows-latest' }}
run: ls ${{github.workspace}}/build/src #cmake --install ${{github.workspace}}/build
run: ls ${{github.workspace}}/build/src/Debug #cmake --install ${{github.workspace}}/build
- name: Install
if: ${{ matrix.os != 'windows-latest' }}
run: sudo cmake --install ${{github.workspace}}/build
Expand Down

0 comments on commit 3c43f10

Please sign in to comment.