From 870b6604c399e168d55a75d399c2b17f7b716d48 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 12 Mar 2024 15:17:28 -0700 Subject: [PATCH] chore(fsync): Add 6.7.4-200 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f4c2780..341d8248 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - kernel_flavor: [main, asus, 6.7.9-204.fsync, surface] + kernel_flavor: [main, asus, 6.7.9-204.fsync, 6.7.4-200.fsync, surface] cfile_suffix: [common, nvidia] major_version: [38, 39] nvidia_version: [0, 470, 550]