fix(ci): add g++ for esaxx-rs/tokenizers native build
Build and Push / Test (push) Successful in 3m19s
Build and Push / Build and push image (push) Failing after 1m3s

This commit is contained in:
Story Crater Bot
2026-08-23 18:03:30 -07:00
parent b63b9792f4
commit 18f90fbebb
+1
View File
@@ -7,6 +7,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
pkg-config \
libssl-dev \
g++ \
&& rm -rf /var/lib/apt/lists/*
# Copy manifests and source