mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
ci: Remove libOBS cache
Might fix the weird issue with additional compiler flags being set.
This commit is contained in:
parent
0476185a65
commit
d2dbb3335d
1 changed files with 1 additions and 7 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -257,12 +257,6 @@ jobs:
|
||||||
libcurl4-openssl-dev
|
libcurl4-openssl-dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: "Dependency: OBS Libraries (Cache)"
|
|
||||||
id: obs-cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: "${{ github.workspace }}/build/obs"
|
|
||||||
key: "${{ matrix.runner }}-${{ matrix.generator }}-obs${{ env.obs_version }}-obsdeps${{ env.obs_deps_version }}-qt${{ matrix.qt }}-${{ env.CACHE_VERSION }}"
|
|
||||||
- name: "Dependency: OBS Libraries"
|
- name: "Dependency: OBS Libraries"
|
||||||
id: obs
|
id: obs
|
||||||
if: ${{ steps.obs-cache.outputs.cache-hit != 'true' }}
|
if: ${{ steps.obs-cache.outputs.cache-hit != 'true' }}
|
||||||
|
@ -270,8 +264,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CMAKE_BUILD_TYPE: "Release"
|
CMAKE_BUILD_TYPE: "Release"
|
||||||
run: |
|
run: |
|
||||||
# Extra requirements by libobs on Linux.
|
|
||||||
if [[ "${{ matrix.runner }}" = ubuntu* ]]; then
|
if [[ "${{ matrix.runner }}" = ubuntu* ]]; then
|
||||||
|
# Extra requirements by libobs on Linux.
|
||||||
sudo apt-get install \
|
sudo apt-get install \
|
||||||
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev \
|
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev \
|
||||||
libx264-dev libcurl4-openssl-dev libmbedtls-dev libgl1-mesa-dev libjansson-dev libluajit-5.1-dev python3-dev \
|
libx264-dev libcurl4-openssl-dev libmbedtls-dev libgl1-mesa-dev libjansson-dev libluajit-5.1-dev python3-dev \
|
||||||
|
|
Loading…
Reference in a new issue