From 522e3ad724b29e7ce96dd8e18c6418ae2a596979 Mon Sep 17 00:00:00 2001 From: adamdebreceni <64783590+adamdebreceni@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:33:55 +0200 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a119981..9427f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,20 +6,5 @@ jobs: runs-on: ubuntu-18.04 container: ubuntu-20.04 steps: - - id: checkout - uses: actions/checkout@v2 - - id: cache - uses: actions/cache@v2 - with: - path: ~/.ccache - key: ubuntu-20.04-${{github.ref}}-${{github.sha}} - restore-keys: | - ubuntu-20.04-refs/heads/master- - - id: install_deps - run: | - which ccache - cmake --version - sudo apt install ccache - echo "::set-env name=PATH::/usr/lib/ccache:$PATH" - - id: build - run: g++ -c main.cpp + - id: dummy + run: echo "${{github.ref}}-${{github.sha}}" From b7b4403a3d9adfec9b47742f3de768c417648aff Mon Sep 17 00:00:00 2001 From: adamdebreceni <64783590+adamdebreceni@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:35:09 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9427f9d..265bb25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,7 @@ on: [push, pull_request, workflow_dispatch] jobs: setup: name: "Setup" - runs-on: ubuntu-18.04 - container: ubuntu-20.04 + runs-on: ubuntu-20.04 steps: - id: dummy run: echo "${{github.ref}}-${{github.sha}}"