Skip to content

Commit 5855f9f

Browse files
committed
Update packages
1 parent b0f1f96 commit 5855f9f

File tree

1 file changed

+3
-2
lines changed
  • loco/hello-world/.github/workflows

1 file changed

+3
-2
lines changed

loco/hello-world/.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
permissions:
6060
contents: read
61-
61+
6262
services:
6363
redis:
6464
image: redis
@@ -86,6 +86,8 @@ jobs:
8686
steps:
8787
- name: Checkout the code
8888
uses: actions/checkout@v4
89+
- name: Update package list
90+
run: sudo apt update &&
8991
- uses: dtolnay/rust-toolchain@stable
9092
with:
9193
toolchain: ${{ env.RUST_TOOLCHAIN }}
@@ -99,4 +101,3 @@ jobs:
99101
env:
100102
REDIS_URL: redis://localhost:${{job.services.redis.ports[6379]}}
101103
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres_test
102-

0 commit comments

Comments
 (0)