Skip to content

Commit

Permalink
Fix the CI code after to adapt the changes introduced by 56138e1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirui committed May 8, 2024
1 parent 56138e1 commit 7ea1475
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

steps:
- name: Checking out source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 20
- name: Setting up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Run CI
Expand All @@ -31,5 +31,6 @@ jobs:
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install libvips libvips-dev -y
cp ./.ci.sh ./.github-action-ci-script.sh && chmod +x ./.github-action-ci-script.sh && time ./.github-action-ci-script.sh && rm ./.github-action-ci-script.sh

0 comments on commit 7ea1475

Please sign in to comment.