Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub authored May 11, 2024
1 parent 9fba413 commit 7d81a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-each-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Install dependencies using yarn
run: yarn
- name: Compile TypeScript source using tsc
Expand Down

0 comments on commit 7d81a0f

Please sign in to comment.