Skip to content

Commit

Permalink
add init script into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Feb 17, 2024
1 parent 6949f6b commit a8d969e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
toolchain: stable
targets: ${{ matrix.target }}

- name: Run init.sh
working-directory: .
run: ./init.sh

- uses: Swatinem/rust-cache@v2

- name: Install ziglang
Expand Down Expand Up @@ -78,6 +82,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Run init.sh
working-directory: .
run: ./init.sh

- name: Download build
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a8d969e

Please sign in to comment.