Skip to content

Commit

Permalink
[CI] fix windows 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Feb 1, 2021
1 parent 7f3dcdd commit 2feddb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ jobs:
gu.cmd install native-image
- name: Display structure of downloaded files
run: ls -lR
run: |
dir /s /b /o:gn
- name: Build Windows native image
run: |
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject sqlite-graalvm-sample "v0.1.15"
(defproject sqlite-graalvm-sample "v0.1.16"
:description "A sample to test graalvm native image with sqlite/jdbc"
:url "http://github.com/ericdallo/sqlite-graalvm-sample"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 2feddb1

Please sign in to comment.