Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CSReviser authored Jan 5, 2023
1 parent c3aeac7 commit 2ddd0ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:

steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
modules: 'qtcharts qtscript qtwebengine'

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: qmake
run: qmake -makefile
- name: make
run: make

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: CS-Mult
path: ./
Expand Down

0 comments on commit 2ddd0ce

Please sign in to comment.