Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 5, 2023
1 parent 034b957 commit 53390f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
enabled: 1,
os: windows-latest,
deps: "vcpkg install liblo",
config: "SET PKG_CONFIG_PATH=/vcpkg/packages/liblo_x64-windows/debug/lib/pkgconfig && cmake -DWERROR=1 .",
config: "SETX PKG_CONFIG_PATH=/vcpkg/packages/liblo_x64-windows/debug/lib/pkgconfig && cmake -DWERROR=1 .",

Check failure on line 17 in .github/workflows/ccpp.yml

View workflow job for this annotation

GitHub Actions / yamllint

17:81 [line-length] line too long (119 > 80 characters)
build: "cmake --build .",
test: "ctest --output-on-failure"
}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
test: "cd build && ctest --output-on-failure"
}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: install_deps
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.deps }}
Expand Down

0 comments on commit 53390f8

Please sign in to comment.