Skip to content

Commit ed11b36

Browse files
committed
_
1 parent 8abf2f4 commit ed11b36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@ jobs:
1313
name: Build LibSqlite_Turso
1414
runs-on: ubuntu-22.04
1515
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v3
1618
- uses: jirutka/setup-alpine@v1
1719
with:
1820
branch: v3.15
1921
packages: >
2022
rust
2123
cargo
2224
- run: |
23-
echo "WORKDIR: $GITHUB_WORKSPACE"
24-
cd "$GITHUB_WORKSPACE"
25-
cd ..
2625
ls -l
2726
shell: alpine.sh {0}
28-
working-directory: ${{ github.workspace }}
2927
3028
- name: Find built shared library
3129
id: find_artifact

0 commit comments

Comments
 (0)