Skip to content

Commit

Permalink
try to fix CI by installing libclang-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Sep 15, 2023
1 parent 79001cd commit 7afa742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dockerfiles/Dockerfile.debian-source
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /src

COPY . .

RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git libclang-dev

# Run all the build steps in ramdisk in an attempt to speed things up
RUN --mount=type=tmpfs,target=${BUILD_DIR} cp -R /src/. ${BUILD_DIR}/ \
Expand Down

0 comments on commit 7afa742

Please sign in to comment.