Skip to content

Commit c618bbe

Browse files
committed
move the github workflow file to the correct directory
1 parent 8baf69c commit c618bbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: fedora-latest
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Install Python dependencies
17-
run: sudo dnf -y install efivar-devel gnu-efi-devel perl-File-Slurp openssl openssl-devel openssl-devel-engine
16+
- name: Install dependencies
17+
run: sudo apt-get -y install libssl-dev
1818
- name: make
1919
run: make

0 commit comments

Comments
 (0)