Skip to content

Commit

Permalink
remove the process for removing the debian packages in the workflow f…
Browse files Browse the repository at this point in the history
…ile (#3)
  • Loading branch information
JohnnyLiu2886 authored Nov 15, 2023
1 parent a932fc4 commit 7c061ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
container: ros:foxy
steps:
- uses: actions/checkout@v3

- name: Clear any debian files
run: |
cd .. && rm -f *.deb
- run: |
sudo apt -y update
sudo apt install -y dh-make fakeroot
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
container: ros:foxy
steps:
- uses: actions/checkout@v3

- name: Clear any debian files
run: |
cd .. && rm -f *.deb
- run: |
sudo apt -y update
sudo apt install -y dh-make fakeroot
Expand Down

0 comments on commit 7c061ad

Please sign in to comment.