@@ -274,37 +274,6 @@ jobs:
274
274
env :
275
275
TARGET : ${{matrix.cfg.target}}
276
276
steps :
277
- <<<<<<< HEAD
278
- - name : Remove Old lib-unwind
279
- run : if [ "$TARGET" = "linux64" ]; then
280
- sudo apt-get remove libunwind-14 -y;
281
- fi
282
- - name : Fix apt broken
283
- run : sudo apt --fix-broken install
284
- - name : Cache Packages
285
- uses : awalsh128/cache-apt-pkgs-action@latest
286
- with :
287
- packages : aptitude aptitude-common libboost-iostreams1.83.0 libcwidget4 libsigc++-2.0-0v5 libxapian30 fonts-wine{a} libasound2-plugins{a} libcapi20-3t64{a} libosmesa6{a} libpcsclite1{a} libspeexdsp1{a} libwine{a} libxkbregistry0{a} libz-mingw-w64{a} wine{a} wine64 wget2 make libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
288
- version : 1.0
289
- - name : Determine Release
290
- id : vars
291
- shell : bash
292
- run : |
293
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
294
- echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
295
- elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
296
- echo "RELEASE=nightly" >> $GITHUB_ENV
297
- elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
298
- echo "RELEASE=latest" >> $GITHUB_ENV
299
- else
300
- echo "RELEASE=latest" >> $GITHUB_ENV
301
- fi
302
- - uses : actions/checkout@v4
303
- - name : ccache
304
- uses : hendrikmuhs/ccache-action@v1.2.14
305
- with :
306
- key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
307
- =======
308
277
- name : Remove Old lib-unwind
309
278
run : if [ "$TARGET" = "linux64" ]; then
310
279
sudo apt-get remove libunwind-14 -y;
@@ -332,7 +301,6 @@ jobs:
332
301
uses : hendrikmuhs/ccache-action@v1.2.14
333
302
with :
334
303
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
335
- >>>>>>> master
336
304
337
305
- name : Download libs
338
306
run : ./scripts/linux/download_libs.sh -t $RELEASE -a ${{matrix.cfg.libs}}
0 commit comments