diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e33e1c6795f22..eb128eab9ce03f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,10 +73,10 @@ jobs: mixkey: 'x86_64' prefix: ${{ github.workspace }} - # - name: Update feeds - # run: | - # ./scripts/feeds update -a - # ./scripts/feeds install -a + - name: Update feeds + run: | + ./scripts/feeds update -a + ./scripts/feeds install -a # - name: Remove failing packages # run: |