File tree Expand file tree Collapse file tree 4 files changed +2
-9
lines changed Expand file tree Collapse file tree 4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ RUN apt-get update && \
1414 g++ \
1515 gdb \
1616 llvm \
17- gobjc \
18- gobjc++ \
19- libobjc-8-dev \
2017 libstdc++-8-dev \
2118 rustc \
2219 cargo \
Original file line number Diff line number Diff line change @@ -14,13 +14,9 @@ RUN apt-get update && \
1414 g++ \
1515 gdb \
1616 llvm \
17- gobjc \
18- gobjc++ \
19- libobjc-10-dev \
2017 libstdc++-10-dev \
2118 rustc \
2219 cargo \
23- dub \
2420 wget \
2521 python3 \
2622 python3-pip \
Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ jobs:
249249 -w /workspace \
250250 ${GITHUB_REPOSITORY}:${{ matrix.distro }} \
251251 /bin/bash -c "
252+ apt-get update
252253 meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
253254 meson compile -C builddir
254255 meson test -C builddir -v"
@@ -345,4 +346,4 @@ jobs:
345346
346347 - name : Build the Project
347348 run : |
348- meson compile -C builddir
349+ meson compile -C builddir
Original file line number Diff line number Diff line change 2222#include <float.h>
2323#include <stdarg.h>
2424
25-
2625#if defined(_WIN32 )
2726#include <windows.h>
2827static LARGE_INTEGER frequency ;
You can’t perform that action at this time.
0 commit comments