Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
padmaia committed Aug 10, 2021
1 parent 7237cb2 commit ff97f6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -336,13 +336,14 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: next-swc-binaries
path: packages/next/native
path: packages/next/native/next-swc.*.node
- name: Clear the cargo caches
run: |
cargo install cargo-cache --no-default-features --features ci-autoclean
cargo-cache
test-native:
name: Unit Test Native Code
runs-on: ubuntu-18.04

steps:
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-darwin-arm64",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-darwin-x64",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-linux-x64-gnu",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-win32-x64-msvc",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"win32"
],
Expand Down

0 comments on commit ff97f6d

Please sign in to comment.