1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00
This commit is contained in:
Vince Grassia
2025-12-01 18:28:56 -05:00
parent 406dbc8066
commit c853b16798

View File

@@ -175,9 +175,13 @@ jobs:
- name: Check out repo
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Check folder sizes
run: sudo du -h --max-depth=1 / | sort -hr
- name: Set up Node
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
@@ -298,6 +302,9 @@ jobs:
path: apps/desktop/dist/${{ needs.setup.outputs.release_channel }}-linux.yml
if-no-files-found: error
- name: Check disk space
run: df -h
- name: Build flatpak
working-directory: apps/desktop
run: |