Skip to content

Commit

Permalink
[CHORE] fedora codeql yml conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Nov 19, 2024
1 parent 55eccc7 commit cbb675f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace fedora:latest bash -c "
dnf update -y &&
dnf install -y gcc make cmake codeql &&
dnf install -y gcc make cmake wget tar &&
wget https://github.com/github/codeql-cli-binaries/releases/download/v2.15.5/codeql-linux64.tar.gz &&
tar -xzvf codeql-linux64.tar.gz &&
export PATH=\$PATH:/workspace/codeql &&
cd .github/workflows/ &&
chmod +x build-fedora.sh &&
./build-fedora.sh &&
Expand Down

0 comments on commit cbb675f

Please sign in to comment.