From 49d9b3181b04c10e4c24eae5569db14dbe45ccd1 Mon Sep 17 00:00:00 2001 From: lijiahao Date: Thu, 24 Oct 2024 15:59:36 +0800 Subject: [PATCH] Update github action --- .github/workflows/build.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5efbb15..2df0176 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,45 +7,9 @@ on: jobs: - cachedeps: - name: Generate cached sources - runs-on: ubuntu-latest - needs: ['tests'] - - steps: - # Intsall node tools - - uses: actions/checkout@v4 - with: - repository: 'flatpak/flatpak-builder-tools' - - - name: Install Python deps - run: pip3 install aiohttp toml - - - name: Install flatpak-builder-tools - run: pipx install ./node/ - - # Generate sources - - name: Checkout Git repository - uses: actions/checkout@v4 - with: - submodules: recursive - # clean: true - - - name: Prep artifacts dir - run: mkdir ./deps-dist/ - - - name: Build yarn cache - run: flatpak-node-generator yarn yarn.lock -o ./deps-dist/yarn-sources.json - - - uses: actions/upload-artifact@master - with: - name: flatpak-sources - path: ./deps-dist/ - flatpak: name: Flatpak Build runs-on: ubuntu-latest - needs: [cachedeps] container: image: bilelmoussaoui/flatpak-github-actions:gnome-45