From 39423054111a33c3098837a2a005a44d03914c86 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Mon, 5 Apr 2021 04:37:43 +0800 Subject: [PATCH] fx --- .github/workflows/main.yml | 2 +- .github/workflows/workspace.code-workspace | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/workspace.code-workspace diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d9571650..045706697 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - OMR_TARGET: [bpi-r1, bpi-r2, bpi-r64, rpi2, rpi4, x86_64, 4018, 4019] + OMR_TARGET: [bpi-r1, bpi-r2, bpi-r64, rpi2, rpi4, x86_64] runs-on: ubuntu-latest continue-on-error: true diff --git a/.github/workflows/workspace.code-workspace b/.github/workflows/workspace.code-workspace new file mode 100644 index 000000000..84f509a45 --- /dev/null +++ b/.github/workflows/workspace.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "../../../3grouter" + }, + { + "path": "../.." + } + ] +} \ No newline at end of file