Skip to content

Commit

Permalink
Of course
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Sep 9, 2024
1 parent 277d5eb commit 8348649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ jobs:
dest: fusioninventory-agent_${{ matrix.platform.target }}.zip

- name: Prepare windows dmidecode x64
if: runner.os == 'Windows' && ${{ matrix.platform.target }} == 'x86_64-pc-windows-msvc'
if: runner.os == 'Windows' && matrix.platform.target == 'x86_64-pc-windows-msvc'
run: |
unzip win32\dmidecode_x64.zip
- name: Prepare windows dmidecode x86
if: runner.os == 'Windows' && ${{ matrix.platform.target }} == 'i686-pc-windows-msvc'
if: runner.os == 'Windows' && matrix.platform.target == 'i686-pc-windows-msvc'
run: |
unzip win32\dmidecode_x86.zip
Expand Down

0 comments on commit 8348649

Please sign in to comment.