Skip to content

Commit

Permalink
potential fix for create quantic package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Sep 26, 2023
1 parent 3145d73 commit 2b1b0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-quantic-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Check Out Repository
uses: actions/checkout@v4
- name: Create cache file
run: |
mkdir check-SHA
Expand Down

0 comments on commit 2b1b0a3

Please sign in to comment.