Skip to content

Commit 698cfb7

Browse files
committed
roll back docker and ubuntu change
1 parent 8e15254 commit 698cfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
DATABASE_URL: ${{ matrix.database_url }}
2222
steps:
2323
- name: Install requirements
24-
run: sudo apt install -y libassimp-dev
24+
run: sudo apt install -y assimp-utils
2525
- uses: actions/checkout@v5
2626
- uses: ./.github/actions/setup
2727
- name: Set up database with prepare command so we catch any migration explosions

docker/runtime.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
1010
imagemagick-jpeg \
1111
imagemagick-webp \
1212
imagemagick-heic \
13-
assimp-dev
13+
assimp
1414

1515
COPY . .
1616
COPY --from=build /usr/src/app/vendor/bundle vendor/bundle

0 commit comments

Comments
 (0)