Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Bench: 1736583
  • Loading branch information
codedeliveryservice committed Apr 16, 2024
1 parent f78609a commit 4c8d6d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:

- name: Set up NNUE model
run: |
url=$(curl -s https://api.github.com/repos/codedeliveryservice/RecklessNetworks/releases/latest | \
url=$(curl -s https://api.github.com/repos/codedeliveryservice/RecklessNetworks/releases/latest | \
grep -o '"browser_download_url": *"[^"]*"' | head -n 1 | cut -d '"' -f 4)
echo "EVALFILE=$url" >> $GITHUB_ENV
wget -O model.nnue "$url"
echo "EVALFILE=$(pwd)/model.nnue" >> $GITHUB_ENV
- name: Build
run: cargo build --verbose --release
Expand Down

0 comments on commit 4c8d6d5

Please sign in to comment.