diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index d29ebc6..91b9def 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: quality: name: Build and test runs-on: ubuntu-latest - container: - image: ubuntu:noble services: postgres: image: postgis/postgis:17-3.5 @@ -30,12 +28,6 @@ jobs: MIX_ENV: test steps: - - name: Install system packages - run: | - apt-get update - apt-get install -y --no-install-recommends git ca-certificates nodejs npm - rm -rf /var/lib/apt/lists/* - - name: Checkout uses: https://code.forgejo.org/actions/checkout@v4 with: @@ -87,18 +79,10 @@ jobs: dialyzer: name: Dialyzer runs-on: ubuntu-latest - container: - image: ubuntu:noble env: MIX_ENV: dev steps: - - name: Install system packages - run: | - apt-get update - apt-get install -y --no-install-recommends git ca-certificates nodejs npm - rm -rf /var/lib/apt/lists/* - - name: Checkout uses: https://code.forgejo.org/actions/checkout@v4 with: diff --git a/vendor/aprs b/vendor/aprs index 4d262ab..404b307 160000 --- a/vendor/aprs +++ b/vendor/aprs @@ -1 +1 @@ -Subproject commit 4d262abc431129af2aec3c9dff97e841529403ff +Subproject commit 404b307ef338e8ad29d6c1466f2306465154c687