From 207f42a6d0fad4bef59c77a57d61fdd3ef1b2149 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Wed, 4 Feb 2026 23:32:58 +0700 Subject: [PATCH] Remove norway.srs compilation step Removed compilation step for norway.srs from the workflow. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43e6bad..d8f3b0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,6 @@ jobs: run: sing-box rule-set compile --output domains.srs domains.json - name: Compile subnets.srs run: sing-box rule-set compile --output subnets.srs subnets.json - - name: Compile norway.srs - run: sing-box rule-set compile --output norway.srs norway.json - name: Set up variables id: vars run: echo "date_now=$(date +"%Y_%m_%d_%H_%M_%S")" >> "${GITHUB_OUTPUT}"