We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194ac29 commit e8cba6eCopy full SHA for e8cba6e
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install armips dependencies
24
- run: sudo apt-get install -y cmake
+ run: sudo apt-get update && sudo apt-get install -y cmake
25
- name: Checkout armips
26
uses: actions/checkout@v4
27
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments