Skip to content

Commit

Permalink
Update Qt in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 2, 2023
1 parent b2cacf7 commit b81cfdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install cmake qt5-default g++
sudo apt-get install cmake qt6-base-dev g++
- name: Build
run: |
mkdir build
cd build
cmake ../src
make
make

0 comments on commit b81cfdd

Please sign in to comment.