Update text

This commit is contained in:
Christian Semmler 2025-03-05 14:55:44 -07:00
parent b19826dd08
commit b466736927

View File

@ -139,7 +139,7 @@ jobs:
SHA_PREFIX=$(echo "${{ github.sha }}" | cut -c 1-8) SHA_PREFIX=$(echo "${{ github.sha }}" | cut -c 1-8)
ENTROPY_SEED=$((16#$SHA_PREFIX + ${{ matrix.instance }})) ENTROPY_SEED=$((16#$SHA_PREFIX + ${{ matrix.instance }}))
echo "Seed: $ENTROPY_SEED" echo "Using seed: $ENTROPY_SEED"
python3 tools/entropy.py $ENTROPY_SEED > entropy.h python3 tools/entropy.py $ENTROPY_SEED > entropy.h
- name: Build - name: Build