We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ea03c commit 7ea3a63Copy full SHA for 7ea3a63
.github/workflows/rust.yml
@@ -18,10 +18,6 @@ jobs:
18
- uses: actions/checkout@v4
19
- name: Build
20
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"
25
- name: Release
26
uses: softprops/action-gh-release@v2
27
if: startsWith(github.ref, 'refs/tags/')
0 commit comments