Skip to content

Commit

Permalink
Merge pull request #859 from happycube/chad-2023.06.05-perf
Browse files Browse the repository at this point in the history
A large chunk of optimization work
  • Loading branch information
happycube authored Jun 12, 2023
2 parents 2352ec4 + ba8dd5c commit b06ae81
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 267 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
qt5:
name: Build with Qt 5
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
# Based on: https://github.com/happycube/ld-decode/wiki/Installation
# Added: cmake libqt5opengl5-dev libqt5svg5-dev
sudo apt-get install -y --no-install-recommends git cmake make python3-distutils python3-numpy python3-scipy python3-matplotlib git qt5-default libqt5opengl5-dev libqt5svg5-dev libqwt-qt5-dev libfftw3-dev python3-numba libavformat-dev libavcodec-dev libavutil-dev ffmpeg
sudo apt-get install -y --no-install-recommends git cmake make python3-distutils python3-numpy python3-scipy python3-matplotlib git libqt5opengl5-dev libqt5svg5-dev libqwt-qt5-dev libfftw3-dev python3-numba libavformat-dev libavcodec-dev libavutil-dev ffmpeg
- name: Set up build dir
timeout-minutes: 1
Expand Down
Loading

0 comments on commit b06ae81

Please sign in to comment.