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 b0f1f96 commit 5855f9fCopy full SHA for 5855f9f
1 file changed
loco/hello-world/.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
permissions:
60
contents: read
61
-
+
62
services:
63
redis:
64
image: redis
@@ -86,6 +86,8 @@ jobs:
86
steps:
87
- name: Checkout the code
88
uses: actions/checkout@v4
89
+ - name: Update package list
90
+ run: sudo apt update &&
91
- uses: dtolnay/rust-toolchain@stable
92
with:
93
toolchain: ${{ env.RUST_TOOLCHAIN }}
@@ -99,4 +101,3 @@ jobs:
99
101
env:
100
102
REDIS_URL: redis://localhost:${{job.services.redis.ports[6379]}}
103
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres_test
0 commit comments