Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzorin52 committed Jan 26, 2024
1 parent 2d967ee commit 39493b4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,11 @@ jobs:
target: arm-unknown-linux-musleabi
bin: libNistP256.so
name: NistP256-Linux-arm-musl.tar.gz
- os_name: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux-musl
bin: libNistP256.so
name: NistP256-Linux-i686-musl.tar.gz
- os_name: Windows-aarch64
os: windows-latest
target: aarch64-pc-windows-msvc
bin: NistP256.dll
name: NistP256-Windows-aarch64.zip
- os_name: Windows-i686
os: windows-latest
target: i686-pc-windows-msvc
bin: NistP256.dll
name: NistP256-Windows-i686.zip
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 39493b4

Please sign in to comment.