Skip to content

Commit

Permalink
fixup! fixup! fixup! Add setup-wsl-runner action
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 23, 2024
1 parent dde9d9b commit b25e163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup-wsl-runner/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
uses: actions/[email protected]
with:
name: otp_win32_installer

- name: Download tests
if: inputs.installer_name != 'false'
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ jobs:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-wsl-runner
with:
installer_name: ${ needs.build-windows.outputs.installer_name }
installer_name: ${{ needs.build-windows.outputs.installer_name }}

- name: Run tests
id: run-tests
Expand Down

0 comments on commit b25e163

Please sign in to comment.