Skip to content

Commit 7ea3a63

Browse files
authored
Update rust.yml
1 parent 75ea03c commit 7ea3a63

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust.yml

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Build
2020
run: cd rust && sudo apt install luajit pkg-config libluajit-5.1-2 libluajit-5.1-common libluajit-5.1-dev && cargo build --verbose --release && cd ..
21-
- name: Cache
22-
uses: actions/cache@v4.1.2
23-
with:
24-
path: "target/release/librust.so"
2521
- name: Release
2622
uses: softprops/action-gh-release@v2
2723
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)