We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e15254 commit 698cfb7Copy full SHA for 698cfb7
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
DATABASE_URL: ${{ matrix.database_url }}
22
steps:
23
- name: Install requirements
24
- run: sudo apt install -y libassimp-dev
+ run: sudo apt install -y assimp-utils
25
- uses: actions/checkout@v5
26
- uses: ./.github/actions/setup
27
- name: Set up database with prepare command so we catch any migration explosions
docker/runtime.dockerfile
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
10
imagemagick-jpeg \
11
imagemagick-webp \
12
imagemagick-heic \
13
- assimp-dev
+ assimp
14
15
COPY . .
16
COPY --from=build /usr/src/app/vendor/bundle vendor/bundle
0 commit comments