Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmra committed Aug 31, 2023
1 parent 95bbdca commit d484524
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

build:

runs-on: self-hosted
runs-on: ubuntu-latest

steps:
-
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ RUN mkdir freecad-build && \
cmake ../freecad-source && \
make -j$(nproc --ignore=2)


# Create a symbolic link to invoke FreeCAD with 'freecad'
RUN ln -s /freecad-build/bin/FreeCAD /usr/local/bin/freecad

# add local files
COPY /root /

Expand Down

0 comments on commit d484524

Please sign in to comment.