Skip to content

Commit f407e40

Browse files
committed
Make sure xsf repo is checked out
1 parent 6f7f150 commit f407e40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020

2121
steps:
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2223
- name: Checkout xsref
2324
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2425
with:
@@ -54,12 +55,10 @@ jobs:
5455

5556
- name: Configure and build
5657
run: |
57-
ls -lah
5858
cmake .
5959
make
6060
6161
- name: run tests
6262
run: |
63-
pwd
6463
export XSREF_TABLES_PATH="xsref/tables"
6564
ctest --output-on-failure

0 commit comments

Comments
 (0)