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