Skip to content

Commit

Permalink
remove warnings in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Oct 17, 2024
1 parent 6b6d78a commit a5c9b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
PC_Application_Ubuntu:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
PC_Application_Windows:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2

- name: Install Qt
Expand Down Expand Up @@ -111,11 +111,11 @@ jobs:
PC_Application_OSX:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
brew install qt@6 libusb pcre
brew install qt@6 pcre
- name: Set Environment
run: |
Expand Down

0 comments on commit a5c9b30

Please sign in to comment.