diff options
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9a71b79fdc0..02ed12e9598 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -152,7 +152,7 @@ jobs: - name: Build (${{ inputs.profile }}) run: | - python3 ./mach build --use-crown --locked --${{ inputs.profile }} + python3 ./mach build --use-crown --locked --${{ inputs.profile }} --features "layout_2013" cp -r target/cargo-timings target/cargo-timings-linux - name: Smoketest run: xvfb-run python3 ./mach smoketest --${{ inputs.profile }} |