mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-04 16:15:11 +03:00
add echo outputs
This commit is contained in:
parent
775109f40c
commit
7e8da8cc80
2
.github/workflows/acl2.yml
vendored
2
.github/workflows/acl2.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
# cargo run -p leo-test-framework --bin tgc
|
||||
|
||||
- name: fetch-latest-release
|
||||
id: tgc
|
||||
uses: thebritican/fetch-latest-release@v2.0.0
|
||||
with:
|
||||
repo_path: AleoHQ/leo-acl2-bin
|
||||
@ -37,6 +38,7 @@ jobs:
|
||||
- name: List files
|
||||
run: |
|
||||
ls -la
|
||||
echo "${{ steps.tgc.outputs }}"
|
||||
|
||||
# - name: Run tgc over the asts
|
||||
# run: |
|
||||
|
Loading…
Reference in New Issue
Block a user