Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Feb 11, 2023
1 parent 4e9a122 commit aae3b0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

- name: Prepare system
run: |
sudo sed -i 's/azure\.//' /etc/apt/sources.list
sudo apt-get update
- name: Install base dependencies
run: |
sudo apt-get install -y libasound2-dev
Expand Down

0 comments on commit aae3b0a

Please sign in to comment.