Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 21, 2024
1 parent 1ea1433 commit 39c1f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- run: powershell.exe ./.github/workflows/openssl.ps1
if: runner.os == 'Windows'

- name: Checkout tree
uses: actions/checkout@v4

- run: powershell.exe ./.github/workflows/openssl.ps1
if: runner.os == 'Windows'

- name: Set-up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 39c1f96

Please sign in to comment.