mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 17:57:21 +09:00
Proper check for the check-globals script
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check globals
|
- name: Check globals
|
||||||
run: |
|
run: |
|
||||||
[ -x test/rename-globals.sh ] && test/rename-globals.sh
|
if [ -x test/rename-globals.sh ]; then test/rename-globals.sh; fi
|
||||||
|
|
||||||
other-comp:
|
other-comp:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user