Skip to content

Commit

Permalink
fixing generate action
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Aug 19, 2024
1 parent cb0d266 commit 5276e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generated-files_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -44,6 +42,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq unzip
yarn install
forge soldeer update
- name: Install specific version of aibgen
run: |
Expand Down

0 comments on commit 5276e30

Please sign in to comment.