Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Add FFTW3 to the build dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Sep 4, 2023
1 parent 436c687 commit 83464bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-for-blender-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt update && \
sudo apt dist-upgrade && \
sudo apt install -y build-essential cmake libembree-dev \
sudo apt install -y build-essential cmake libembree-dev libfftw3-dev \
libxi-dev libxxf86vm-dev libboost-dev libboost-locale-dev libgl1-mesa-dev \
libavformat-dev libswscale-dev libavdevice-dev libblas3 libopenimageio-dev \
libzstd-dev libopenimageio-dev libfreetype-dev libepoxy-dev libdecor-0-dev
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: |
sudo apt update && \
sudo apt dist-upgrade && \
sudo apt install -y libxi6 libxxf86vm1 libxfixes3 libgl1 libtbb12 \
sudo apt install -y libxi6 libxxf86vm1 libxfixes3 libgl1 libtbb12 libfftw3-bin \
libavformat59 libavdevice59 libboost-locale1.74.0 libopenimageio-dev
- name: Install Python
Expand Down

0 comments on commit 83464bb

Please sign in to comment.