Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
update urplel/install-qt-action to v3.3.0 , so actions will not report set-env error
  • Loading branch information
kerneltravel authored Sep 21, 2023
1 parent 52e315a commit f3e34eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# 安装Qt
- name: Install Qt
# 使用外部action。这个action专门用来安装Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v3.3.0
with:
# Version of Qt to install
version: ${{ matrix.qt_ver }}
Expand Down

0 comments on commit f3e34eb

Please sign in to comment.