Skip to content

Commit

Permalink
A step cannot have both the uses and run keys
Browse files Browse the repository at this point in the history
  • Loading branch information
lemenkov committed Dec 28, 2023
1 parent 8535e71 commit c364bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
run: git submodule update --init

- name: Install Packages
run: |
git submodule update --init
sudo apt-get update
sudo apt-get install --yes build-essential cmake libpcap-dev openssl libssl-dev libgsl-dev libsctp-dev libncurses5-dev libncurses5
Expand Down

0 comments on commit c364bb5

Please sign in to comment.