Skip to content

Commit

Permalink
Add build to CI (#94)
Browse files Browse the repository at this point in the history
* Add build to CI

* Break hash

* Revert "Break hash"

This reverts commit c105c85.

* Test alternate hash
  • Loading branch information
pqn authored Sep 21, 2023
1 parent 48a5da1 commit 37f24a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v22
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- run: nix --experimental-features 'nix-command flakes' build .#nvimWithCodeium
2 changes: 1 addition & 1 deletion lua/codeium/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.2.85",
"stamp": "3c46f91ffae2eeb50cb1ca62b60b74de224a06a7",
"hashes": {
"x86_64-linux": "0pfh9nz3qxpffhk6pda46swvmkwbrk4na114x6sf7i5zhzw0blj4",
"x86_64-linux": "sha256-RNIF+Ie/xOO06SQEZcnMi8+6uTZEtWsmdO52PL5N0F0=",
"aarch64-linux": "07cpm2hb16w9a8xpd34c25xgwmsc1vrr6y2mxvx2p0dkg98gkjcn",
"x86_64-darwin": "0xdcmiwkqi911bw8zm8znlzdwy6w8wb4m2ry05d2zj7p23f0wn7b",
"aarch64-darwin": "152z3qabx0dkrqn6h5ds5fns0qpg5xksbq2yadjqjl1s0z0hdh0q"
Expand Down

0 comments on commit 37f24a7

Please sign in to comment.