Skip to content

Commit

Permalink
only need to build the amalgamated source
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Nov 8, 2023
1 parent d6b550c commit 6b04db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-amalgamation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
mkdir sqlcipher-${{ env.version }}
cd sqlcipher-${{ env.version }}
../configure
make
make sqlite3.c
cd ..
zip -r sqlcipher-amal-${{ env.version }}.zip sqlcipher-${{ env.version }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6b04db0

Please sign in to comment.