diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c70b982b..2b569509 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Install Colobot dependencies run: sudo apt-get install -y --no-install-recommends build-essential cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsndfile1-dev libvorbis-dev libogg-dev libpng-dev libglew-dev libopenal-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev libphysfs-dev gettext git po4a vorbis-tools librsvg2-bin xmlstarlet if: matrix.container == '' - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Create build directory run: cmake -E make_directory build - name: Run CMake (for Windows using MXE) @@ -88,7 +88,7 @@ jobs: steps: - name: Install Colobot dependencies run: sudo apt-get install -y --no-install-recommends build-essential cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsndfile1-dev libvorbis-dev libogg-dev libpng-dev libglew-dev libopenal-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev libphysfs-dev gettext git po4a vorbis-tools librsvg2-bin xmlstarlet doxygen graphviz - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Create build directory run: cmake -E make_directory build - name: Run CMake diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1646ac69..19bdafca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: tar -zxf ./archive/build/html_report.tar.gz # Clean up rm -r ./archive - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Create build directory run: cmake -E make_directory build - name: Run CMake