Skip to content

Commit ed04d18

Browse files
committed
Test cache 2
1 parent c85fc09 commit ed04d18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-go@v4
3232
with:
3333
go-version: "1.20"
34-
cache-dependency-path: native/libp2p_nif
34+
cache-dependency-path: native/libp2p_nif/go.sum
3535
- name: Cache output artifacts
3636
id: output-cache
3737
uses: actions/cache@v3

native/libp2p_nif/libp2p.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include "utils.h"
33
#include <erl_nif.h>
44

5+
// COMMENT
6+
57
#define ERL_FUNCTION(FUNCTION_NAME) static ERL_NIF_TERM FUNCTION_NAME(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[])
68

79
#define ERL_FUNCTION_GETTER(NAME, GETTER) \

0 commit comments

Comments
 (0)