Skip to content

Commit

Permalink
Test main
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 15, 2024
1 parent 23d6407 commit a0c6a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AppFwkUnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt-get install --option="APT::Acquire::Retries=3" libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev
- name: Install Qt
uses: jurplel/install-qt-action@master
uses: jurplel/install-qt-action@main
with:
version: ${{ matrix.qtver }}
dir: "${{ github.workspace }}/Qt/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
sudo ./llvm.sh 16 all
- name: Install Qt
uses: jurplel/install-qt-action@master
uses: jurplel/install-qt-action@main
with:
version: 5.12.12
dir: "${{ github.workspace }}/Qt/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo apt-get install clang-tidy-15 clang-format-15
- name: Install Qt
uses: jurplel/install-qt-action@master
uses: jurplel/install-qt-action@main
with:
version: 5.12.12
modules: qtscript
Expand Down

0 comments on commit a0c6a74

Please sign in to comment.