Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 22, 2024
1 parent ad676e3 commit 2e462ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: mkdir -p /tmp/caffeine
- name: Clone Caffeine repository
run: |
git clone --depth 1 --branch main https://github.com/ben-manes/caffeine.git /tmp/caffeine
git clone --depth 1 https://github.com/ben-manes/caffeine.git /tmp/caffeine
- name: Run caffeine build
run: |
cd /tmp/caffeine
Expand Down

0 comments on commit 2e462ce

Please sign in to comment.