chore(ci): run tests on windows #1670
Annotations
4 errors
Run just action-lint
Process completed with exit code 1.
|
Run just action-lint:
.github/workflows/pr.yml#L133
shellcheck reported issue in this script: SC1072:error:1:28: Fix any mentioned problems and try again
```
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> "$GITHUB_ENV"
^~~~
```
|
Run just action-lint:
.github/workflows/pr.yml#L133
shellcheck reported issue in this script: SC1009:info:1:21: The mentioned syntax error was in this $((..)) expression
```
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> "$GITHUB_ENV"
^~~~
```
|
Run just action-lint:
.github/workflows/pr.yml#L133
shellcheck reported issue in this script: SC1073:error:1:21: Couldn't parse this $((..)) expression. Fix to allow more checks
```
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> "$GITHUB_ENV"
^~~~
```
|
Loading