Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 17, 2024
1 parent 1e0f2c5 commit add60e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ jobs:
echo "gchat_webhook=${{ secrets.GCHAT_WEBHOOK }}" >> $GITHUB_ENV
shell: bash

- name: List CPU info
run: |
cat /proc/cpuinfo
shell: bash

- name: revdepcheck 🔄
id: revdepcheck
# TODO update branch to main
Expand All @@ -101,11 +96,10 @@ jobs:
- name: Prepare revdep artifact
run: |
rm -rf revdep/library.noindex
zip -r9 revdep.zip revdep/
shell: bash

- name: Upload artifact ⬆
uses: actions/upload-artifact@v4
with:
name: revdep
path: revdep.zip
path: revdep/

0 comments on commit add60e7

Please sign in to comment.