Skip to content

Commit

Permalink
tweak debug info tasks
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Aug 22, 2024
1 parent dc1069a commit 0d86684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,13 @@ jobs:
cache: gradle
- name: Dump environment
run: |
echo $OSTYPE-`machine` && echo 'System.out.println(System.getProperty("os.name")+"-"+System.getProperty("os.arch"));' |jshell -
echo $OSTYPE-${OSTYPE%%[0-9.]*}-`arch` && echo 'System.out.println(System.getProperty("os.name")+"-"+System.getProperty("os.arch"));' |jshell -
- name: Dump info on gnark libs
run: |
find gnark -name 'lib_gnark_eip_196*' |xargs file
find . -name 'lib_gnark_eip_196*' |xargs -r file
- name: Dump info on constantine libs
run: |
find constantine -name 'libconstantine*' |xargs file
find . -name 'libconstantine*' |xargs -r file
- name: gradle build
uses: gradle/gradle-build-action@v2.4.2
with:
Expand Down

0 comments on commit 0d86684

Please sign in to comment.