Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 16, 2024
1 parent 4a210c8 commit 148b7ad
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/amalgamation_test_win64_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: find c compiler
shell: bash
run: |
cd C:/
find . -name 'cl.exe'
- name: update vcpkg
shell: bash
run: |
Expand All @@ -26,13 +32,6 @@ jobs:
cd C:/vcpkg
find . -name '*.pc'
- name: find c compiler
shell: bash
run: |
cd C:/
cd \
find . -name 'cl.exe'
- name: test
run: |
cd C:/vcpkg
Expand Down

0 comments on commit 148b7ad

Please sign in to comment.