We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 445d65c + ebd67ae commit b9ec50eCopy full SHA for b9ec50e
1 file changed
.github/workflows/rustbca_compile_check.yml
@@ -15,6 +15,9 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
+ - name: udpate
19
+ run: |
20
+ sudo apt-get update
21
- name: Install curl
22
run: |
23
sudo apt-get install curl
0 commit comments