Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schildkroet authored Feb 14, 2025
1 parent 05a4846 commit a84865c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt install qt5-default qt5-qmake qtbase5-dev-tools libqt5serialport5-dev -y
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./

Expand Down

0 comments on commit a84865c

Please sign in to comment.