Skip to content

Commit

Permalink
dl mock deb
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Dec 5, 2023
1 parent bb6b303 commit 7d80ffa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/foo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ name: foo

jobs:
config:
name: Load configuration
name: Install mock
runs-on: ubuntu-20.04
steps:
- run: sudo apt install mock -y
- run: curl -LO https://launchpadlibrarian.net/317625959/mock_1.3.2-2_all.deb
- run: dpkg -i mock_1.3.2-2_all.deb

0 comments on commit 7d80ffa

Please sign in to comment.