Skip to content

Commit 2067783

Browse files
committed
pre-steps
1 parent 2a607b4 commit 2067783

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test-ubuntu-x64.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ jobs:
5252
id-token: write # This is required for requesting the JWT
5353
contents: read # This is required for actions/checkout
5454

55-
steps:
56-
- name: Display job info
57-
run: echo "Building on ${{ matrix.os }} with ${{ matrix.compiler }} in ${{ matrix.config }} mode"
58-
55+
pre-steps:
5956
- name: Free Disk Space
6057
uses: jlumbroso/free-disk-space@main
6158
with:
@@ -70,6 +67,10 @@ jobs:
7067
docker-images: true
7168
swap-storage: true
7269

70+
steps:
71+
- name: Display job info
72+
run: echo "Building on ${{ matrix.os }} with ${{ matrix.compiler }} in ${{ matrix.config }} mode"
73+
7374
- name: Checkout
7475
uses: actions/checkout@v5
7576

0 commit comments

Comments
 (0)