Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jul 22, 2024
1 parent 2f1b51f commit 94075db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Clone Repository
run: |
git clone --recursive ${{ github.repository }}
- run: |
cp -r ci-scripts ci-scripts-temp
cd ci-scripts-temp
Expand Down

0 comments on commit 94075db

Please sign in to comment.