Skip to content

Commit

Permalink
Add installation step to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Jul 19, 2024
1 parent 6838098 commit 73abb35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: installing dependencies
uses: ./.github/actions/install
with:
os: ${{ matrix.os }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check if VERSION exists
shell: bash
id: check_version
Expand Down

0 comments on commit 73abb35

Please sign in to comment.