Skip to content

Commit

Permalink
[CHORE] devops idk man
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Nov 19, 2024
1 parent 1e726bb commit 536d242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace fedora:latest bash -c "
dnf update -y &&
dnf install -y gcc make cmake wget unzip &&
dnf install -y gcc make cmake wget unzip git &&
wget https://github.com/github/codeql-cli-binaries/releases/download/v2.19.3/codeql-linux64.zip &&
unzip codeql-linux64.zip &&
export PATH=\$PATH:/workspace/codeql &&
git clone https://github.com/github/codeql.git &&
cd .github/workflows/ &&
chmod +x build-fedora.sh &&
./build-fedora.sh &&
Expand Down

0 comments on commit 536d242

Please sign in to comment.