Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Apr 28, 2023
1 parent 8ec0c67 commit db6239c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build-minimal:
runs-on: ubuntu-latest
container: ubuntu:20.04
container: ubuntu:18.04
steps:
- name: Update base image
run: apt update -y
Expand All @@ -27,9 +27,9 @@ jobs:
fetch-depth: 0
# ref: ${{ github.event.pull_request.head.sha }}

# - name: Git safe directory
# run: |
# git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Git safe directory
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Prepare project
run: |
Expand Down

0 comments on commit db6239c

Please sign in to comment.