File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ jobs:
219
219
# 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
220
220
# version: 1.0
221
221
222
- # - uses: actions/checkout@v4
223
- # - name: ccache
224
- # uses: hendrikmuhs/ccache-action@v1.2.13
225
- # with:
226
- # key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
222
+ - uses : actions/checkout@v4
223
+ - name : ccache
224
+ uses : hendrikmuhs/ccache-action@v1.2.13
225
+ with :
226
+ key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
227
227
228
228
- name : Download libs
229
229
run : ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
You can’t perform that action at this time.
0 commit comments