fixup! Add Assembler tests using Intel SDE
This commit is contained in:
parent
658acf5e9a
commit
f13d2ecf1c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/asm-test.yml
vendored
2
.github/workflows/asm-test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
runs-on: ${{ matrix.zoo.distro }}
|
||||
env:
|
||||
sde_name: ${{ matrix.zoo.sde }}-lin
|
||||
OPENSSL_SDE_PATH: ./${{ matrix.zoo.sde }}/sde64
|
||||
OPENSSL_SDE_PATH: ${{ github.workspace }}/${{ matrix.zoo.sde }}/sde64
|
||||
steps:
|
||||
- name: create download directory
|
||||
run: mkdir downloads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue