Skip to content

Commit 310e887

Browse files
Fix syntax and rewording
1 parent bff97e1 commit 310e887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
steps:
3333
- name: Checkout Repository
3434
uses: actions/checkout@v2
35-
- name: Update apt
36-
- run: |
35+
- name: Update list of available packages for apt
36+
run: |
3737
sudo apt update
3838
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
3939
uses: awalsh128/cache-apt-pkgs-action@latest

0 commit comments

Comments
 (0)