Skip to content

Commit

Permalink
wrong directory (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Sep 29, 2023
1 parent 375f14b commit 57707d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ghes-demo.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN export ARCH=$(echo ${RUNNER_ARCH} | cut -d / -f2) \
&& rm -rf /var/lib/apt/lists/*

# Install CodeQL binary
RUN mkdir -p /actions-runner/_work/actions-runner/_work/_tool/CodeQL/${CODEQL_VERSION}/x64/ \
RUN mkdir -p /actions-runner/_work/CodeQL/${CODEQL_VERSION}/x64/ \
&& curl -fLo codeql.tar.gz https://github.com/github/codeql-action/releases/download/codeql-bundle-v${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz \
&& tar -zxvf codeql.tar.gz -C /actions-runner/_work/_tool/CodeQL/${CODEQL_VERSION}/x64/ \
&& rm codeql.tar.gz
Expand Down

0 comments on commit 57707d2

Please sign in to comment.