We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fd59b commit e53d260Copy full SHA for e53d260
1 file changed
.github/workflows/ci.yml
@@ -139,7 +139,7 @@ jobs:
139
dep-build-type: "Debug",
140
cc: "gcc",
141
options: "",
142
- packages: "abi-dumper abi-compliance-checker",
+ packages: "abi-dumper abi-compliance-checker snap",
143
snaps: "core universal-ctags",
144
make-prepend: "",
145
make-target: "abi-check"
@@ -155,7 +155,7 @@ jobs:
155
sudo apt-get update
156
sudo apt-get install $DEFAULT_PACKAGES ${{ matrix.config.packages }}
157
if ${{ matrix.config.snaps != '' }}
158
- then sudo snap install ${{ matrix.config.snaps }}
+ then sudo snap refresh; sudo snap install ${{ matrix.config.snaps }}
159
fi
160
161
- name: Deps-uncrustify
0 commit comments