Skip to content

Commit

Permalink
Replacing of "apt" with "apt-get"
Browse files Browse the repository at this point in the history
This is to remove the warning "WARNING: apt does not have a stable CLI interface." in ELKS workflows.
  • Loading branch information
toncho11 authored Dec 22, 2022
1 parent f6ca824 commit 7883238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: setup
run: 'sudo apt install bison flex texinfo libncurses5-dev libelf-dev mtools ncompress'
run: 'sudo apt-get install bison flex texinfo libncurses5-dev libelf-dev mtools ncompress'

- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7883238

Please sign in to comment.