We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abf2f4 commit ed11b36Copy full SHA for ed11b36
1 file changed
.github/workflows/build.yaml
@@ -13,19 +13,17 @@ jobs:
13
name: Build LibSqlite_Turso
14
runs-on: ubuntu-22.04
15
steps:
16
+ - name: Checkout code
17
+ uses: actions/checkout@v3
18
- uses: jirutka/setup-alpine@v1
19
with:
20
branch: v3.15
21
packages: >
22
rust
23
cargo
24
- run: |
- echo "WORKDIR: $GITHUB_WORKSPACE"
- cd "$GITHUB_WORKSPACE"
25
- cd ..
26
ls -l
27
shell: alpine.sh {0}
28
- working-directory: ${{ github.workspace }}
29
30
- name: Find built shared library
31
id: find_artifact
0 commit comments