Skip to content

Commit

Permalink
workflows removed unneeded quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 12, 2024
1 parent d15dcff commit 4aadfbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: PostgreSQL add PGBIN on the $env:Path
run: |
"$env:PGBIN" >> $env:GITHUB_PATH
$env:PGBIN >> $env:GITHUB_PATH
- name: PostgreSQL service start
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: PostgreSQL add PGBIN on the $env:Path
run: |
"$env:PGBIN" >> $env:GITHUB_PATH
$env:PGBIN >> $env:GITHUB_PATH
- name: PostgreSQL service start
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: PostgreSQL add PGBIN on the $env:Path
run: |
"$env:PGBIN" >> $env:GITHUB_PATH
$env:PGBIN >> $env:GITHUB_PATH
- name: PostgreSQL service start
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: PostgreSQL PGBIN add on the $env:Path
run: |
"$env:PGBIN" >> $env:GITHUB_PATH
$env:PGBIN >> $env:GITHUB_PATH
- name: PostgreSQL service check status
run: |
Expand Down

0 comments on commit 4aadfbf

Please sign in to comment.