Skip to content

next and previous month sign changed. button made wider #121

next and previous month sign changed. button made wider

next and previous month sign changed. button made wider #121

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.8.3'
- name: Build Project with QMake
run: |
mkdir build
cd build
cmake ..
make