matrix-fuzz

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-fuzz.git
Log | Files | Refs | README | LICENSE

commit ed28484764140b901117346ad6e71b9aaf29f580
parent 50e89473854e90d6834127c6a3e11a885a149aba
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 30 Aug 2022 23:18:02 +0200

Install build-essential in CI

Diffstat:
M.github/workflows/test_known.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test_known.yml b/.github/workflows/test_known.yml @@ -51,7 +51,7 @@ jobs: - name: Install deps run: | apt-get update - apt-get install -y python3 jq curl + apt-get install -y python3 jq curl build-essential apt-get clean - name: Register get_nonce id: get_nonce