Skip to content

Commit

Permalink
fix g++ gha build
Browse files Browse the repository at this point in the history
  • Loading branch information
wsekta committed Jan 10, 2024
1 parent 86d71c4 commit 35776cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ RUN apt -y update
RUN apt -y upgrade
RUN apt install -y cmake ninja-build g++-13 libstdc++-13-dev sqlite3 libsqlite3-dev

COPY include/ orm-cxx/include/
COPY src/ orm-cxx/src/
COPY tests/ orm-cxx/tests/
COPY externals/ orm-cxx/externals/
COPY CMakeLists.txt orm-cxx/CMakeLists.txt
COPY scripts/ orm-cxx/scripts/
COPY . orm-cxx/

ENV SOCI_BACKENDS_PATH=/orm-cxx/build-linux-gxx/lib

Expand Down

0 comments on commit 35776cf

Please sign in to comment.