diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 14:47:36 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 16:07:24 +0100 |
commit | ea7065b1f2d20c6126e18d50db586c66a8302139 (patch) | |
tree | 045f2502e475e685264fdf09ec51ff296a57609c /.github | |
parent | 23a9b345172da87e701a1569547cea0767ea9d93 (diff) | |
download | luasystem-ea7065b1f2d20c6126e18d50db586c66a8302139.tar.gz luasystem-ea7065b1f2d20c6126e18d50db586c66a8302139.tar.bz2 luasystem-ea7065b1f2d20c6126e18d50db586c66a8302139.zip |
fix(random): on old glibc < 2.25, falback to /dev/urandom
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c28016..093ef05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -97,7 +97,7 @@ jobs: | |||
97 | 97 | ||
98 | - uses: hishamhm/gh-actions-luarocks@master | 98 | - uses: hishamhm/gh-actions-luarocks@master |
99 | with: | 99 | with: |
100 | luarocksVersion: "3.11.0" | 100 | luaRocksVersion: "3.11.0" |
101 | 101 | ||
102 | - name: test dependencies | 102 | - name: test dependencies |
103 | run: | | 103 | run: | |