We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56635d commit befcf52Copy full SHA for befcf52
.github/workflows/main.yml
@@ -47,6 +47,8 @@ jobs:
47
with:
48
name: dist
49
path: dist
50
+ - name: "Update package details"
51
+ run: sudo apt --fix-missing update
52
- name: "Install Apache package"
53
run: sudo apt install -y apache2-dev
54
- name: "Update pip installation"
0 commit comments