Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Jun 8, 2023
1 parent e5604f2 commit e4f0c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Packages via Pacman
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip reflector
- name: Install Python packages via pip
run: pip install -U pip pyGithub
- name: Change Arch docker mirror
Expand Down

0 comments on commit e4f0c4a

Please sign in to comment.