Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabagekiller authored Jan 8, 2025
1 parent ce61be7 commit a8f3fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
pahole --version
shell: bash

- name: Install and update repo tool
run: |
sudo wget -O /usr/bin/repo https://storage.googleapis.com/git-repo-downloads/repo
sudo chmod a+x /usr/bin/repo
- name: Set up directories
run: |
mkdir -p ./builds
Expand Down

0 comments on commit a8f3fcf

Please sign in to comment.