Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegorbani committed Dec 4, 2023
1 parent 2bf08ab commit 61680f6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 61680f6

Please sign in to comment.