Skip to content

Commit

Permalink
Enable cache of Qt, fix readme... again
Browse files Browse the repository at this point in the history
  • Loading branch information
GinOwO committed Sep 30, 2023
1 parent 6c3bd2f commit f4a72f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp-build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
cache: 'true'

- name: Install Ninja
run: sudo apt-get install ninja-build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/c-cpp-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
host: "windows"
target: "desktop"
arch: "win64_msvc2019_64"
cache: 'true'

- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LuX
[![LICENSE](https://img.shields.io/github/license/KThankYou/MazeSolver?color=blue)](LICENSE) ![Language](https://img.shields.io/badge/Language-C%2B%2B-brightgreen) ![Qt](https://img.shields.io/badge/Qt-6.5.0-brightgreen) ![GitHub csize](https://img.shields.io/github/languages/code-size/KThankYou/MazeSolver) [![Build Linux](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-linux.yaml/badge.svg?event=push)](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-linux.yaml) [![Build Windows](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-windows.yaml/badge.svg?event=push)](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-windows.yaml)
[![LICENSE](https://img.shields.io/github/license/GinOwO/LuX?color=blue)](LICENSE) ![Language](https://img.shields.io/badge/Language-C%2B%2B-brightgreen) ![Qt](https://img.shields.io/badge/Qt-6.5.0-brightgreen) ![GitHub csize](https://img.shields.io/github/languages/code-size/GinOwO/LuX) [![Build Linux](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-linux.yaml/badge.svg?branch=main&event=push)](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-linux.yaml) [![Build Windows](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-windows.yaml/badge.svg?branch=main&event=push)](https://github.com/GinOwO/LuX/actions/workflows/c-cpp-build-windows.yaml)

## Description

Expand Down

0 comments on commit f4a72f7

Please sign in to comment.