Skip to content

Commit

Permalink
Merge pull request #390 from jigpu/apt-update
Browse files Browse the repository at this point in the history
github: Run 'apt-get update' before 'apt-get install'
  • Loading branch information
Pinglinux authored Aug 29, 2023
2 parents 487f619 + 6f75654 commit cd6bde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-9-plugin-dev libelf-dev
gcc -print-file-name=plugin
Expand Down

0 comments on commit cd6bde1

Please sign in to comment.