Skip to content

Remove unsafe function call from GetRandom #6

Remove unsafe function call from GetRandom

Remove unsafe function call from GetRandom #6

Workflow file for this run

name: Build binary
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
ARCH: x86_64
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: "./build.sh"
- name: Upload Build Artifact
uses: actions/[email protected]
with:
name: nsm-cli
path: "./nsm-cli"