Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 29, 2024
1 parent 32ea21b commit 28fef14
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
shell: ${{ matrix.shell }}
nim_branch: ${{ matrix.nim.branch }}

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.15.5'
# - name: Setup Go
# uses: actions/setup-go@v5
# with:
# go-version: '~1.15.5'

- name: Install p2pd
run: |
V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
# - name: Install p2pd
# run: |
# V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3

- name: Restore deps from cache
id: deps-cache
Expand All @@ -93,8 +93,8 @@ jobs:
nimble list -i || echo "Failed listing"
nimble path chronicles || echo "Failed retrieving chronicles"
ls -la ./nimbledeps/
ls -la ./nimbledeps/pkgs/
ls -la ./nimbledeps/pkgs2/
ls -la ./nimbledeps/pkgs/ || echo "--"
ls -la ./nimbledeps/pkgs2/ || echo "--"
# - name: Run tests
# run: |
Expand Down

0 comments on commit 28fef14

Please sign in to comment.