Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 24, 2025
1 parent 7b3e1ea commit d3990b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Test with the most recent ponyc release
run: |
export PATH=/tmp/corral/bin/:/tmp/ponyc/bin/:$PATH
ls -alh
make test
- name: Send alert on failure
if: ${{ failure() }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ jobs:
run: brew install coreutils
- name: pip install dependencies
run: pip3 install --upgrade --break-system-packages cloudsmith-cli
- name: what is here
run: ls -alh
- name: Build and upload
run: bash .ci-scripts/release/arm64-apple-darwin-nightly.bash
env:
Expand Down

0 comments on commit d3990b4

Please sign in to comment.