Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
remove redundant GH Action workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 20, 2024
1 parent 98ca762 commit 0fafb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
sudo apt-get install -y \
build-essential \
cmake portaudio19-dev nasm
- name: Check ALSA Mixer Settings
run: alsamixer
- name: Install vcpkg
run: |
git clone https://github.com/Microsoft/vcpkg.git
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
apt-get install -y \
build-essential \
cmake portaudio19-dev nasm
- name: Check ALSA Mixer Settings
run: alsamixer
- name: Install vcpkg
run: |
git clone https://github.com/Microsoft/vcpkg.git
Expand Down

0 comments on commit 0fafb55

Please sign in to comment.