generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Description
Workflow:
name: windows-tflite
on: [push]
defaults:
run:
shell: bash
jobs:
build-tensorflow:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'
- uses: ./.github/actions/docker-login
with:
user: $GITHUB_ACTOR
password: ${{ secrets.CR_PAT }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3Log:
Run mxschmitt/action-tmate@v3
with:
sudo: true
limit-access-to-actor: false
:: Synchronizing package databases...
downloading mingw32.db...
downloading mingw32.db.sig...
downloading mingw64.db...
downloading mingw64.db.sig...
downloading msys.db...
downloading msys.db.sig...
resolving dependencies...
looking for conflicting packages...
Packages (4) libevent-2.1.12-2 libssh-0.9.5-1 msgpack-c-3.3.0-1 tmate-2.4.0-1
Total Download Size: 0.51 MiB
Total Installed Size: 1.54 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
downloading libevent-2.1.12-2-x86_64.pkg.tar.zst...
downloading libssh-0.9.5-1-x86_64.pkg.tar.zst...
downloading msgpack-c-3.3.0-1-x86_64.pkg.tar.zst...
downloading tmate-2.4.0-1-x86_64.pkg.tar.zst...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libevent...
Optional dependencies for libevent
python: to use event_rpcgen.py [installed]
installing libssh...
installing msgpack-c...
installing tmate...
Error: Error: ENOENT: no such file or directory, open '/tmp/tmate.bashrc'
Metadata
Metadata
Assignees
Labels
No labels