Commit a5d8efb3 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* fix for apt installation

parent 643d976d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -181,6 +181,9 @@ build-job: # This job runs in the build stage, which runs first.
    - mvn clean install -Djava-21
    - echo "Compile complete."
    - echo "Building downloadable archive."
    - rm -rf /var/lib/apt/lists/*
    - apt update
    - apt-cache gencaches
    - apt install -y zip
    - de.ugoe.cs.swe.T3Q/build/build.sh 
    - echo "Done."