Skip to content

Commit

Permalink
Build cleanup, use latest Ubuntu and
Browse files Browse the repository at this point in the history
fix apt-get install issues
  • Loading branch information
Falcosc authored and FlyGoat committed Mar 22, 2021
1 parent 4554777 commit 592d273
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ jobs:
./win32/WinRing0x64.sys
Linux:
runs-on: Ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install Dependencies
run: sudo apt install libpci-dev
run: |
sudo apt-get update
sudo apt-get install libpci-dev
- name: run-cmake
uses: lukka/[email protected]

0 comments on commit 592d273

Please sign in to comment.