Skip to content

Commit

Permalink
Need checkout before running local action
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Jan 11, 2022
1 parent 17726bd commit 2d8a996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
container: ubuntu:21.04

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install Homebrew for Ubuntu 21.04
uses: ./.github/actions/homebrew-install

Expand All @@ -34,9 +37,6 @@ jobs:
#sudo rm -rf /usr/local/lib/android
dust /
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 2d8a996

Please sign in to comment.