Skip to content

Commit

Permalink
Remove duplicate from github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario committed Feb 26, 2024
1 parent 06b02d3 commit 2b248ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
ci/setup.sh
tar cf tools.tar tools/
du -sh tools.tar
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
Expand All @@ -47,9 +49,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: compiled-tools
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run Tests
run: |
set -x
Expand Down

0 comments on commit 2b248ed

Please sign in to comment.