From 61680f69db6b0c81b0751d8866730a40f1b067dd Mon Sep 17 00:00:00 2001 From: Davide Date: Mon, 4 Dec 2023 15:17:25 +0100 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1df39f..06cfd8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Get current day shell: bash -l {0} @@ -54,12 +54,6 @@ jobs: shell: bash run: env - # Print the environment variables to simplify development and debugging - - name: Environment Variables - # Use bash in order to have same basic commands in all OSs - shell: bash - run: env - # Remove apt repos on Ubuntu that are known to break from time to time # See https://github.com/actions/virtual-environments/issues/323 - name: Remove broken apt repos [Ubuntu]