~hp/d2tk

b425650d25b670e5ba8c1c41f8e97b6b55f7d439 — Hanspeter Portner 11 months ago b01076c
Fix typo in ci recipe scan-build options
2 files changed, 2 insertions(+), 2 deletions(-)

M .builds/alpine-latest.yml
M meson_options.txt
M .builds/alpine-latest.yml => .builds/alpine-latest.yml +1 -1
@@ 25,7 25,7 @@ packages:

environment:
  project: d2tk
  CI_SCAN_BUILD_OPTS: -disable-checker securiy.insecureAPI.vfork -disable-checker unix.Vfork --exclude nanovg --exclude pugl
  CI_SCAN_BUILD_OPTS: -disable-checker security.insecureAPI.vfork -disable-checker unix.Vfork --exclude nanovg --exclude pugl

secrets:
  - 0545580c-42ac-4700-b322-4e9df924eb07 # runner-ssh

M meson_options.txt => meson_options.txt +1 -1
@@ 55,4 55,4 @@ option('use-fontconfig',
	value : 'disabled',
	yield : true)

option('version', type : 'string', value : '0.1.1335')
option('version', type : 'string', value : '0.1.1337')