File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 persist-credentials : false
168168
169169 # Remove the Android SDK to free up space
170- - run : sudo rm -rf /usr/local/lib/android
170+ # - run: sudo rm -rf /usr/local/lib/android
171171
172172 - name : Install Typst
173173 run : |
@@ -187,12 +187,11 @@ jobs:
187187 save-if : ${{ github.ref == 'refs/heads/main' }}
188188
189189 # Update `pg_dump` to the same version as the running PostgreSQL server
190- - run : sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${POSTGRES_VERSION} -i -p
191- - run : sudo systemctl start postgresql.service
192- - run : sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
190+ # - run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${POSTGRES_VERSION} -i -p
191+ # - run: sudo systemctl start postgresql.service
192+ # - run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
193193
194- - run : cargo build --tests --workspace
195- - run : cargo test --workspace
194+ - run : cargo test --package crates_io_og_image
196195 env :
197196 TYPST_FONT_PATH : Fira-4.202/otf
198197
You can’t perform that action at this time.
0 commit comments