Skip to content

Commit

Permalink
[ci] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed May 10, 2024
1 parent 9688508 commit f7c57a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
container:
image: ubuntu:23.04
steps:
- name: Install Git
run: |
sudo apt-get update -qq
sudo apt-get install -y git
- name: checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f7c57a3

Please sign in to comment.