Skip to content

Commit

Permalink
github actions: update fdb install action (#33)
Browse files Browse the repository at this point in the history
- Original action not working, see Clikengo/foundationdb-actions-install#7
- Reverted some java code that was apparently compiled with a more recent version of protoc
  • Loading branch information
mping-exo authored Apr 2, 2024
1 parent f815ae5 commit 6e9d1fc
Show file tree
Hide file tree
Showing 2 changed files with 1,611 additions and 1,184 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
apt-get -qyy install curl sudo
- name: Install foundationdb
uses: Clikengo/foundationdb-actions-install@v1.0.1
uses: foundationdb-rs/foundationdb-actions-install@v2.1.0
with:
version: 6.3.23

- name: Check
run: clojure -T:project check
Expand Down
Loading

0 comments on commit 6e9d1fc

Please sign in to comment.